asp.net mvc - Umbraco Template not rendering in content page -
i'm creating content page in umbraco , have created document type , template. content page not show mark-up, shows empty page.
please me. below code , description of steps:
created template
ubase
@inherits umbraco.web.mvc.umbracotemplatepage @{ layout = null; } <!doctype html> <html class="no-js nonlegacyie" lang="en"> <!--<![endif]--> <head> </head> <body class="@viewbag.bodytagclass"> @renderbody() @rendersection("scripts", required: false) </body> </html>
created document type
content
no custom property, usesubase
described below:
next m creating content clicking content > create item under content > content.
issue when publish , preview page not show anything. page behind mark-up doesn't have anything, not single tag.
please have spent time still no luck :(
edit: here content page properties:
Comments
Post a Comment