Method | Description | |
---|---|---|
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 |
public static Email ( this helper, string email, string text = null ) : System.Web.Mvc.MvcHtmlString | ||
helper | this | |
string | ||
text | string | |
return | System.Web.Mvc.MvcHtmlString |
public static SkypeLink ( this helper, string phone, string text = null ) : System.Web.Mvc.MvcHtmlString | ||
helper | this | |
phone | string | |
text | string | |
return | System.Web.Mvc.MvcHtmlString |
public static ToJson ( this helper, object model ) : System.Web.Mvc.MvcHtmlString | ||
helper | this | |
model | object | |
return | System.Web.Mvc.MvcHtmlString |