Table of Contents

Class OffcanvasTagHelper

Namespace
JJMasterData.Web.TagHelpers
Assembly
JJMasterData.Web.dll
public class OffcanvasTagHelper : TagHelper, ITagHelper, ITagHelperComponent
Inheritance
OffcanvasTagHelper
Implements
Inherited Members

Constructors

OffcanvasTagHelper(HtmlComponentFactory)

public OffcanvasTagHelper(HtmlComponentFactory htmlComponentFactory)

Parameters

htmlComponentFactory HtmlComponentFactory

Properties

Name

[HtmlAttributeName("name")]
public required string Name { get; set; }

Property Value

string

Position

public OffcanvasPosition Position { get; set; }

Property Value

OffcanvasPosition

Title

public string? Title { get; set; }

Property Value

string

Methods

ProcessAsync(TagHelperContext, TagHelperOutput)

Asynchronously executes the TagHelper with the given context and output. Contains information associated with the current HTML tag. A stateful HTML element used to generate an HTML tag. A Task that on completion updates the output. By default this calls into Process(TagHelperContext, TagHelperOutput)..
public override Task ProcessAsync(TagHelperContext context, TagHelperOutput output)

Parameters

context TagHelperContext
output TagHelperOutput

Returns

Task