C# 클래스 MvcExtensions.Web.Helpers.HTMLHelperExtensions

파일 보기 프로젝트 열기: ToJans/MVCExtensions

공개 메소드들

메소드 설명
ActionLink ( this h, VMActionLink va ) : string
BeginForm ( this h, VMActionLink va ) : System.Web.Mvc.Html.MvcForm
SubmitButton ( this h, VMActionLink va ) : string
TagWrapper ( this h, string tag ) : HtmlElement
TagWrapper ( this h, string tag, object htmlattributes ) : HtmlElement

메소드 상세

ActionLink() 공개 정적인 메소드

public static ActionLink ( this h, VMActionLink va ) : string
h this
va MvcExtensions.Model.VMActionLink
리턴 string

BeginForm() 공개 정적인 메소드

public static BeginForm ( this h, VMActionLink va ) : System.Web.Mvc.Html.MvcForm
h this
va MvcExtensions.Model.VMActionLink
리턴 System.Web.Mvc.Html.MvcForm

SubmitButton() 공개 정적인 메소드

public static SubmitButton ( this h, VMActionLink va ) : string
h this
va MvcExtensions.Model.VMActionLink
리턴 string

TagWrapper() 공개 정적인 메소드

public static TagWrapper ( this h, string tag ) : HtmlElement
h this
tag string
리턴 HtmlElement

TagWrapper() 공개 정적인 메소드

public static TagWrapper ( this h, string tag, object htmlattributes ) : HtmlElement
h this
tag string
htmlattributes object
리턴 HtmlElement