Search Results for

    Show / Hide Table of Contents
    View Source

    Class HtmlLocalLinkParser.LocalLinkTag

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Templates
    Assembly: Umbraco.Core.dll
    Syntax
    public class LocalLinkTag

    Constructors

    View Source

    LocalLinkTag(Nullable<Int32>, GuidUdi, String)

    Declaration
    public LocalLinkTag(int? intId, GuidUdi udi, string tagHref)
    Parameters
    Type Name Description
    System.Nullable<System.Int32> intId
    GuidUdi udi
    System.String tagHref

    Properties

    View Source

    IntId

    Declaration
    public int? IntId { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    TagHref

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

    Udi

    Declaration
    public GuidUdi Udi { get; }
    Property Value
    Type Description
    GuidUdi
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • LocalLinkTag(Nullable<Int32>, GuidUdi, String)
    • Properties
      • IntId
      • TagHref
      • Udi
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX