C# Class BinaryStudio.ClientManager.WebUi.Extensions.HtmlHelperExtensions

Datei anzeigen Open project: titarenko/ClientManager

Public Methods

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

Method Details

Email() public static method

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

SkypeLink() public static method

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

ToJson() public static method

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