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

Inheritance: EnumSelectTagHelper
Mostra file Open project: sgjsakura/AspNetCore

Private Properties

Property Type Description

Public Methods

Method Description
Process ( Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output ) : void

Synchronously executes the T:Microsoft.AspNet.Razor.TagHelpers.TagHelper with the given context and output.

Protected Methods

Method Description
GetEnumType ( ) : Type

Return the actual enum type for generating the list.

Method Details

GetEnumType() protected method

Return the actual enum type for generating the list.
protected GetEnumType ( ) : Type
return System.Type

Process() public method

Synchronously executes the T:Microsoft.AspNet.Razor.TagHelpers.TagHelper with the given context and output.
public Process ( Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output ) : void
context Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext Contains information associated with the current HTML tag.
output Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput A stateful HTML element used to generate an HTML tag.
return void