Skip to content
New issue

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

Question: Support for Blazor/Razor Components? #6

Open
periapsistech opened this issue Apr 12, 2023 · 1 comment
Open

Question: Support for Blazor/Razor Components? #6

periapsistech opened this issue Apr 12, 2023 · 1 comment

Comments

@periapsistech
Copy link

periapsistech commented Apr 12, 2023

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:

@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).

@periapsistech
Copy link
Author

periapsistech commented Apr 12, 2023

@ppfabian Are you able to do this? I see you are a maintainer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant