C# Class Sakura.AspNetCore.Mvc.TagHelpers.FlagsEnumInputTagHelper

Inheritance: Microsoft.AspNetCore.Razor.TagHelpers.TagHelper
Mostra file Open project: sgjsakura/AspNetCore

Private Properties

Property Type Description
FlagsEnumInputTagHelper System

Public Methods

Method Description
Process ( Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output ) : void Does nothing if InputTagHelper.For is null.

Private Methods

Method Description
FlagsEnumInputTagHelper ( IHtmlGenerator htmlGenerator ) : System

Method Details

Process() public method

Does nothing if InputTagHelper.For is null.
/// Thrown if is non-null but is /// null. ///
public Process ( Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output ) : void
context Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext
output Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput
return void