C# Class System.Web.Mvc.HtmlHelpers

Show file Open project: dtsagile/dmg-signalr Class Usage Examples

Public Methods

Method Description
Analytics ( this htmlHelper ) : HtmlString
Analytics ( this htmlHelper, string urchin, string domainName ) : HtmlString
CSS ( this helper, string fileName ) : HtmlString
CSS ( this helper, string fileName, string media ) : HtmlString
Image ( this helper, string fileName ) : HtmlString
Image ( this helper, string fileName, string attributes ) : HtmlString
Script ( this helper, string fileName ) : HtmlString
Script ( this helper, string debugFilename, string releaseFilename ) : HtmlString

Private Methods

Method Description
GetPublicUrl ( this helper ) : string

Method Details

Analytics() public static method

public static Analytics ( this htmlHelper ) : HtmlString
htmlHelper this
return HtmlString

Analytics() public static method

public static Analytics ( this htmlHelper, string urchin, string domainName ) : HtmlString
htmlHelper this
urchin string
domainName string
return HtmlString

CSS() public static method

public static CSS ( this helper, string fileName ) : HtmlString
helper this
fileName string
return HtmlString

CSS() public static method

public static CSS ( this helper, string fileName, string media ) : HtmlString
helper this
fileName string
media string
return HtmlString

Image() public static method

public static Image ( this helper, string fileName ) : HtmlString
helper this
fileName string
return HtmlString

Image() public static method

public static Image ( this helper, string fileName, string attributes ) : HtmlString
helper this
fileName string
attributes string
return HtmlString

Script() public static method

public static Script ( this helper, string fileName ) : HtmlString
helper this
fileName string
return HtmlString

Script() public static method

public static Script ( this helper, string debugFilename, string releaseFilename ) : HtmlString
helper this
debugFilename string
releaseFilename string
return HtmlString