We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi please find my first milestone,
Since we can have code for both a view in the razor file and an attached code-behind file.
From our experience, we have chosen not to use the @code element in files with the .razor extension.
@code
.razor
C# code should be in the .razor.cs file provided for this purpose.
.razor.cs
The only necessary exception is the using block
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi please find my first milestone,
Since we can have code for both a view in the razor file and an attached code-behind file.
From our experience, we have chosen not to use the
@code
element in files with the.razor
extension.C# code should be in the
.razor.cs
file provided for this purpose.The only necessary exception is the using block
The text was updated successfully, but these errors were encountered: