C# 클래스 HtmlTags.AspNetCore.TestSite.HtmlHelperExtensions

파일 보기 프로젝트 열기: HtmlTags/htmltags

공개 메소드들

메소드 설명
ButtonGroup ( this helper ) : HtmlTag
LinkButton ( this helper, string text, string url ) : HtmlTag
Lookup ( this helper, string lookupBy ) : HtmlTag
PrimaryButton ( this helper, string text ) : HtmlTag

메소드 상세

ButtonGroup() 공개 정적인 메소드

public static ButtonGroup ( this helper ) : HtmlTag
helper this
리턴 HtmlTag

LinkButton() 공개 정적인 메소드

public static LinkButton ( this helper, string text, string url ) : HtmlTag
helper this
text string
url string
리턴 HtmlTag

Lookup() 공개 정적인 메소드

public static Lookup ( this helper, string lookupBy ) : HtmlTag
helper this
lookupBy string
리턴 HtmlTag

PrimaryButton() 공개 정적인 메소드

public static PrimaryButton ( this helper, string text ) : HtmlTag
helper this
text string
리턴 HtmlTag