Select theme:
After you start Radzen Blazor Studio you will see the following screen.
To open an existing Blazor application click the "Open Application" button and browse to the .sln
or .csproj
of your app.
To create a new Blazor Application click the "+" button. See how in Building Apps.
The Radzen Blazor Studio UI is divided in a few sections.
Contains the following items:
table td:first-of-type { width: 15%; } table td:nth-of-type(2) { width: 30%; } table td:nth-of-type(3) { width: 55%; }| | Toolbox | The component toolbox list all Blazor components available in the opened application. See Components to learn more.
|
| Explorer | A tree with all files and directories of the current application and component outline.
|
| Appearance | Change the look and feel of your app. See how in Appearance.
|
| Debugger | Step through your code and inspect the values of properties, fields and variables. Learn more in Debugging.
|
| New Application | Create a new Blazor Server or WebAssembly application. See how in Applications.
|
| Open Application | Open an application.
|
| Radzen Settings | Shows the Radzen Blazor Studio settings which allow various customizations such as changing the Radzen Blazor Studio theme (Dark and Light).
The component toolbox list all Blazor components available in the opened application - both third party and built-in ones.
The components are grouped by namespace.
The toolbox also includes commonly used HTML elements such as div
, p
, button
et. al.
The toolbox populates once you open a
.razor
file.
A tree with all files and directories of the current application. If you have opened a solution (.sln
file) Radzen
Blazor Studio will show all projects.
Click a file to open it for editing.
The outline UI inspector shows all components (Blazor components and HTML elements) in the currently opened .razor
file.
Use it to quickly select a nested component. It is available in both Toolbox and Explorer views.
Output and status messages are positioned at the bottom of the screen.
Shows the output of the dotnet
command which Radzen Blazor Studio uses to build and run your application.
Also shows build errors during application loading.
Various status messages.
table:nth-of-type(2) td:first-of-type { width: 112; }| | Ready to Open or Run a Blazor application.
|
| Loading a newly opened Blazor application.
|
| Building the project. Please wait.
Radzen Blazor Studio opens files in tabs. Be sure to check the tab context menu.
The toolbar allows you to change between design and view modes, check how a page would look like on a mobile device and perform undo / redo.
Allows you to change the design mode of the opened file.
.razor
files.Undo or redo the latest change to the opened file.
Change the canvas width to see how the page will look on a different screen size. Also allows you to specify a custom device width in pixels.
Allows you to change the edit mode of the design canvas.
Shows the opened file in one of the available view modes. Allows you to select UI elements ( Blazor components, HTML elements, properties and fields or methods and statements).
Displays the properties of the selected UI element. Allows you to change the component behavior, handle its events, add or remove custom attributes or edit its CSS style.
Radzen is free to use. You can also test the premium features for 15 days.
Download NowSelect theme: