Search Results for

    Show / Hide Table of Contents
    View Source

    Class HtmlLocalLinkParser.LocalLinkTag

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Templates
    Assembly: Umbraco.Core.dll
    Syntax
    [Obsolete("This is a temporary method to support legacy formats until we are sure all data has been migration. Scheduled for removal in v18")]
    public class HtmlLocalLinkParser.LocalLinkTag

    Constructors

    View Source

    LocalLinkTag(int?, GuidUdi?, string)

    Declaration
    public LocalLinkTag(int? intId, GuidUdi? udi, string tagHref)
    Parameters
    Type Name Description
    int? intId
    GuidUdi udi
    string tagHref

    Properties

    View Source

    IntId

    Declaration
    public int? IntId { get; }
    Property Value
    Type Description
    int?
    View Source

    TagHref

    Declaration
    public string TagHref { get; }
    Property Value
    Type Description
    string
    View Source

    Udi

    Declaration
    public GuidUdi? Udi { get; }
    Property Value
    Type Description
    GuidUdi
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX