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
I call the @renderpage("aaa/bbb") in a template at location "Views/Main/Index.cshtml"
I suppose this call to include the child page in "Views/Main/aaa/bbb.cshtml" or "Views/Shared/aaa/bbb.cshtml"(just like asp.net mvc do), but in RazorMachine it never seach "Views/Shared/aaa/bbb.cshtml", it only search "Views/Shared/bbb.cshtml" so is not the right path.
if the arg to @renderpage contains folder path, this happens. Can you fix it for me?
thanks very much.
The text was updated successfully, but these errors were encountered:
I call the @renderpage("aaa/bbb") in a template at location "Views/Main/Index.cshtml"
I suppose this call to include the child page in "Views/Main/aaa/bbb.cshtml" or "Views/Shared/aaa/bbb.cshtml"(just like asp.net mvc do), but in RazorMachine it never seach "Views/Shared/aaa/bbb.cshtml", it only search "Views/Shared/bbb.cshtml" so is not the right path.
if the arg to @renderpage contains folder path, this happens. Can you fix it for me?
thanks very much.
The text was updated successfully, but these errors were encountered: