Search Results for

    Show / Hide Table of Contents

    Class MultiUrlPickerValueEditor.LinkDto

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: cs.temp.dll.dll
    Syntax
    public class LinkDto

    Properties

    Name

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

    QueryString

    Declaration
    public string QueryString { get; set; }
    Property Value
    Type Description
    System.String

    Target

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

    Udi

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

    Url

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