Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
I am creating template
I got the output below .
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage @{ Layout = "newTemplate.cshtml"; Skaber EU-debat }
Why is it coming like that?
The same coding i wrote in live server , It works fine.
Can you please help me?
I'd help - if I understood what you're asking!
Do you mean the output is you're seeing razor markup in the rendered webpage?
yes,
Why is @inherits Umbraco.Web.Mvc.UmbracoTemplatePage @{ Layout = "newTemplate.cshtml" coming in the output.
Hmm.. have you tried reducing the template down line by line to find out what it is?
I looks like you're
Also - check the error logs.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Template
Hello,
I am creating template
I got the output below .
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage @{ Layout = "newTemplate.cshtml"; Skaber EU-debat }
Why is it coming like that?
The same coding i wrote in live server , It works fine.
Can you please help me?
I'd help - if I understood what you're asking!
Do you mean the output is you're seeing razor markup in the rendered webpage?
yes,
Why is @inherits Umbraco.Web.Mvc.UmbracoTemplatePage @{ Layout = "newTemplate.cshtml" coming in the output.
Hmm.. have you tried reducing the template down line by line to find out what it is?
I looks like you're
Also - check the error logs.
is working on a reply...