Search Results for

    Show / Hide Table of Contents
    View Source

    Class LocalLinkProcessor

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_15_0_0.LocalLinks
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class LocalLinkProcessor

    Constructors

    View Source

    LocalLinkProcessor(HtmlLocalLinkParser, IIdKeyMap, IEnumerable<ITypedLocalLinkProcessor>)

    Declaration
    public LocalLinkProcessor(HtmlLocalLinkParser localLinkParser, IIdKeyMap idKeyMap, IEnumerable<ITypedLocalLinkProcessor> localLinkProcessors)
    Parameters
    Type Name Description
    HtmlLocalLinkParser localLinkParser
    IIdKeyMap idKeyMap
    IEnumerable<ITypedLocalLinkProcessor> localLinkProcessors

    Methods

    View Source

    GetSupportedPropertyEditorAliases()

    Declaration
    public IEnumerable<string> GetSupportedPropertyEditorAliases()
    Returns
    Type Description
    IEnumerable<System.String>
    View Source

    ProcessStringValue(String)

    Declaration
    public string ProcessStringValue(string input)
    Parameters
    Type Name Description
    System.String input
    Returns
    Type Description
    System.String
    View Source

    ProcessToEditorValue(Object)

    Declaration
    public bool ProcessToEditorValue(object editorValue)
    Parameters
    Type Name Description
    System.Object editorValue
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • LocalLinkProcessor(HtmlLocalLinkParser, IIdKeyMap, IEnumerable<ITypedLocalLinkProcessor>)
    • Methods
      • GetSupportedPropertyEditorAliases()
      • ProcessStringValue(String)
      • ProcessToEditorValue(Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX