You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
None of the HTML part is converted, all I have is
@inherits System.Web.Mvc.ViewMasterPage
@using System.Linq
@using MyNamespace1
@using MyNamespace2
The text was updated successfully, but these errors were encountered: