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

It does not convert .master pages correctly #10

Open
HardySoftware opened this issue Aug 29, 2012 · 1 comment
Open

It does not convert .master pages correctly #10

HardySoftware opened this issue Aug 29, 2012 · 1 comment

Comments

@HardySoftware
Copy link

None of the HTML part is converted, all I have is

@inherits System.Web.Mvc.ViewMasterPage

@using System.Linq
@using MyNamespace1
@using MyNamespace2

@djechelon
Copy link

@hardywang can you try to post some code?
I found that the converter grinds to halt when it finds a <someTag runat="server">. It may be solved according to the case. Example:

If I have in my HTML a <head runat="server"> I can render as simply as <head>
When I find <asp:ContentPlaceHolder> this can be rendered as @RenderSection

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

2 participants