DataWeb
Search Results for

    Show / Hide Table of Contents

    Class DataWebInlineItemTagHelper

    TagHelper that renders an inline item control for use in DataWeb.

    Inheritance
    object
    TagHelper
    DataWebInlineItemTagHelper
    Implements
    ITagHelper
    ITagHelperComponent
    Inherited Members
    TagHelper.Init(TagHelperContext)
    TagHelper.ProcessAsync(TagHelperContext, TagHelperOutput)
    TagHelper.Order
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.TagHelpers
    Assembly: DataWeb.Core.dll
    Syntax
    [HtmlTargetElement("asp-dw-inlineitem")]
    public sealed class DataWebInlineItemTagHelper : TagHelper, ITagHelper, ITagHelperComponent

    Properties

    Status

    The status of the item being rendered.

    Declaration
    public ItemStatus? Status { get; set; }
    Property Value
    Type Description
    ItemStatus?

    Steps

    The list of steps that make up the navigation path.

    Declaration
    public List<Navigation.Step> Steps { get; set; }
    Property Value
    Type Description
    List<Navigation.Step>

    User

    The user associated with the request.

    Declaration
    public IUser User { get; set; }
    Property Value
    Type Description
    IUser

    VersionName

    The version name.

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

    Methods

    Process(TagHelperContext, TagHelperOutput)

    Renders the tag helper output.

    Declaration
    public override void Process(TagHelperContext context, TagHelperOutput output)
    Parameters
    Type Name Description
    TagHelperContext context
    TagHelperOutput output
    Overrides
    TagHelper.Process(TagHelperContext, TagHelperOutput)

    Implements

    ITagHelper
    ITagHelperComponent
    In this article
    Back to top Generated by DocFX