Umbraco 8 Umbraco Strip and Umbraco Truncate - usefull for landing pages


Umbraco 8:

<p>@Html.StripHtml(@Html.Truncate(@item.Value("bodyText").ToString(), 65))
 
(Thanks to A.S for the above)
 
Umbraco 7:
 
 <p>@Umbraco.StripHtml(@Umbraco.Truncate(@Umbraco.Content(1067).bodyText, 300))</p>

Comments

Popular posts from this blog

Umbraco Razor Sort Nodes Ascending or Descending

Umbraco Razor get Querystring

Create a .NET Contact Form that Gets the Last Url Visited in C# Can also be Used in Umbraco