Hi,
Is it possible to add CSS file? I tried to add the CSS file with @Url.Content but it gives the following error:
Failed to render Layout Page: Line: 43, Column: 81, Error: The name 'ResolveUrl' does not exist in the current context
<link rel="stylesheet" href="@Url.Content("~/Content/EmailTemplate.css")" type="text/css" />
Thanks,
Attiqe
Hi,
Is it possible to add CSS file? I tried to add the CSS file with @Url.Content but it gives the following error:
<link rel="stylesheet" href="@Url.Content("~/Content/EmailTemplate.css")" type="text/css" />Thanks,
Attiqe