Umbraco 7 Convert Line Breaks in Text Area when Outputing brs

 @Html.Raw(@umbraco.library.ReplaceLineBreaks(@CurrentPage.buildAddress))

Comments

  1. There is just a method on the Umbraco helper class.
    @umbraco.library.ReplaceLineBreaks()

    ReplyDelete

Post a Comment

Popular posts from this blog

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

Umbraco - Reset the Admin Password via SQL Server

Umbraco Macro for IFrame when Embedding Video, Vimeo Universal Player, or other types of IFrame on to a Page XSLT version and Razor Version