Interface IHtmlEncodedString
Represents an HTML-encoded string that should not be encoded again.
Namespace: Umbraco.Cms.Core.Strings
Assembly: Umbraco.Core.dll
Syntax
public interface IHtmlEncodedString
Methods
View SourceToHtmlString()
Returns an HTML-encoded string.
Declaration
string ToHtmlString()
Returns
Type | Description |
---|---|
System.String | An HTML-encoded string. |