DataWeb
Search Results for

    Show / Hide Table of Contents

    Class DataWebInlineSectionTagHelper

    Tag helper for creating a section with DataWeb inline editing capabilities.

    Inheritance
    object
    TagHelper
    DataWebInlineSectionTagHelper
    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-inlinesection")]
    public sealed class DataWebInlineSectionTagHelper : TagHelper, ITagHelper, ITagHelperComponent

    Properties

    Steps

    Gets or sets the list of navigation steps.

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

    User

    Gets or sets the user.

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

    Methods

    Process(TagHelperContext, TagHelperOutput)

    Processes the tag helper.

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

    The context information for the tag.

    TagHelperOutput output

    The output for the tag.

    Overrides
    TagHelper.Process(TagHelperContext, TagHelperOutput)

    Implements

    ITagHelper
    ITagHelperComponent
    In this article
    Back to top Generated by DocFX