C# 클래스 Sakura.AspNetCore.Mvc.TagHelpers.FlagsEnumInputTagHelper

상속: Microsoft.AspNetCore.Razor.TagHelpers.TagHelper
파일 보기 프로젝트 열기: sgjsakura/AspNetCore

Private Properties

프로퍼티 타입 설명
FlagsEnumInputTagHelper System

공개 메소드들

메소드 설명
Process ( Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output ) : void Does nothing if InputTagHelper.For is null.

비공개 메소드들

메소드 설명
FlagsEnumInputTagHelper ( IHtmlGenerator htmlGenerator ) : System

메소드 상세

Process() 공개 메소드

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
리턴 void