Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    ToHtmlString()

    Returns an HTML-encoded string.

    Declaration
    string ToHtmlString()
    Returns
    Type Description
    System.String

    An HTML-encoded string.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ToHtmlString()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX