Show / Hide Table of Contents

    Class Breadcrumb

    Represents a breadcrumb that can be used for navigation purposes on a website.

    Inheritance
    System.Object
    Breadcrumb
    Namespace: Cuemon.AspNetCore.Mvc
    Assembly: Cuemon.AspNetCore.Mvc.dll
    Syntax
    public class Breadcrumb

    Properties

    | Improve this Doc

    ActionName

    Gets the name of the action that this breadcrumb represents.

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

    The name of the action that this breadcrumb represents.

    | Improve this Doc

    ControllerName

    Gets the name of the controller this breadcrumb is associated with.

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

    The name of the controller this breadcrumb is associated with.

    | Improve this Doc

    Label

    Gets or sets the label of the breadcrumb.

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

    The label of the breadcrumb.

    Extension Methods

    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, DateTime, Action<TimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, DateTime>, Action<TimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Byte[], Action<ContentBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, Byte[]>, Action<ContentBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, DateTime, Byte[], Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, DateTime>, Func<T, Byte[]>, Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, DateTime, Func<T, Byte[]>, Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, DateTime>, Byte[], Action<ContentTimeBasedOptions>)
    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX