Show / Hide Table of Contents

    Class BreadcrumbNode

    The breadcrumb item.

    Inheritance
    object
    BreadcrumbNode
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Code.Library
    Assembly: Code.Library.dll
    Syntax
    public class BreadcrumbNode

    Constructors

    | Improve this Doc View Source

    BreadcrumbNode(string, string)

    Initializes a new instance of the BreadcrumbNode class.

    Declaration
    public BreadcrumbNode(string title, string url)
    Parameters
    Type Name Description
    string title

    The title.

    string url

    The url.

    Properties

    | Improve this Doc View Source

    Title

    Gets or sets the title.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    URL

    Gets or sets the url.

    Declaration
    public string URL { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    SerializationHelper.SerializeObject<T>(T)
    SerializationHelper.SerializeObjectUsingBinaryFormatter<T>(T)
    SerializationHelper.SerializeToXML<T>(T)
    GenericTypeExtensions.GetGenericTypeName(object)
    • Improve this Doc
    • View Source
    Back to top Generated by Abhith Rajan using DocFX