Search Results for

    Show / Hide Table of Contents
    View Source

    Class UrlAndAnchors

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "urlAndAnchors", Namespace = "")]
    public class UrlAndAnchors

    Constructors

    View Source

    UrlAndAnchors(String, IEnumerable<String>)

    Declaration
    public UrlAndAnchors(string url, IEnumerable<string> anchorValues)
    Parameters
    Type Name Description
    System.String url
    IEnumerable<System.String> anchorValues

    Properties

    View Source

    AnchorValues

    Declaration
    [DataMember(Name = "anchorValues")]
    public IEnumerable<string> AnchorValues { get; }
    Property Value
    Type Description
    IEnumerable<System.String>
    View Source

    Url

    Declaration
    [DataMember(Name = "url")]
    public string Url { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UrlAndAnchors(String, IEnumerable<String>)
    • Properties
      • AnchorValues
      • Url
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX