C# 클래스 BinaryStudio.ClientManager.WebUi.Extensions.HtmlHelperExtensions

파일 보기 프로젝트 열기: titarenko/ClientManager

공개 메소드들

메소드 설명
Email ( this helper, string email, string text = null ) : System.Web.Mvc.MvcHtmlString
SkypeLink ( this helper, string phone, string text = null ) : System.Web.Mvc.MvcHtmlString
ToJson ( this helper, object model ) : System.Web.Mvc.MvcHtmlString

메소드 상세

Email() 공개 정적인 메소드

public static Email ( this helper, string email, string text = null ) : System.Web.Mvc.MvcHtmlString
helper this
email string
text string
리턴 System.Web.Mvc.MvcHtmlString

SkypeLink() 공개 정적인 메소드

public static SkypeLink ( this helper, string phone, string text = null ) : System.Web.Mvc.MvcHtmlString
helper this
phone string
text string
리턴 System.Web.Mvc.MvcHtmlString

ToJson() 공개 정적인 메소드

public static ToJson ( this helper, object model ) : System.Web.Mvc.MvcHtmlString
helper this
model object
리턴 System.Web.Mvc.MvcHtmlString