Search Results for

    Show / Hide Table of Contents
    View Source

    Class Link

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class Link

    Properties

    View Source

    Name

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

    Target

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

    Type

    Declaration
    public LinkType Type { get; set; }
    Property Value
    Type Description
    LinkType
    View Source

    Udi

    Declaration
    public Udi Udi { get; set; }
    Property Value
    Type Description
    Udi
    View Source

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Name
      • Target
      • Type
      • Udi
      • Url
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX