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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
First off -- awesome solution, super excited to see it in action on HTML pages.
Would it be possible to support the .razor file extension? It's basically the same as HTML. Example:
.razor
@page "/MyPage" <h3>@MyString </h3> <div>Okay div</div> @code { public string MyString { get; set; } = "Hello!"; }
I have submitted PR #7 to support this (maybe).
The text was updated successfully, but these errors were encountered:
@ppfabian Are you able to do this? I see you are a maintainer.
Sorry, something went wrong.
No branches or pull requests
Hello!
First off -- awesome solution, super excited to see it in action on HTML pages.
Would it be possible to support the
.razor
file extension? It's basically the same as HTML. Example:I have submitted PR #7 to support this (maybe).
The text was updated successfully, but these errors were encountered: