Select theme:
Radzen Blazor Studio displays all your project files in a tree view. To edit a file, find it in the list and click to open it in the editor.
You can edit a file in three modes: Design, Split, and Source.
.razor
and .cs
files.Radzen Blazor Studio includes three design modes that help you work with different parts of your app.
Available only for .razor
files (except App.razor
and _Imports.razor
).
This mode provides a visual WYSIWYG designer where you can add, remove, and configure Blazor components and HTML elements.
See the Work with Components article for more details.
Lists all properties and fields in the current file.
This mode is supported for:
.razor
files that include a @code {}
section.cs
filesYou can add properties and fields, inject services, or mark a property as a [Parameter]
.
Learn more in the Properties and Fields article.
Shows all methods in the current .cs
or .razor
file (if it has a @code {}
section).
Here, you can add statements, control flow logic, method calls, or work with Radzen.Blazor
components and services.
Radzen Blazor Studio automatically switches to Methods mode when you create or edit an event handler.
See the Methods and Statements article for more info.
Radzen is free to use. You can also test the premium features for 15 days.
Start FreeSelect theme: