C# Class MvcTemplate.Components.Extensions.Html.ContentExtensions

Show file Open project: NonFactors/MVC5.Template

Public Properties

Property Type Description
Version System.Int64

Public Methods

Method Description
RenderControllerScript ( this html ) : System.Web.Mvc.MvcHtmlString
RenderControllerStyle ( this html ) : System.Web.Mvc.MvcHtmlString

Private Methods

Method Description
GenerateScriptLink ( String path, String controller, HtmlHelper html ) : System.Web.Mvc.MvcHtmlString
GenerateStyleLink ( String path, String controller, HtmlHelper html ) : System.Web.Mvc.MvcHtmlString

Method Details

RenderControllerScript() public static method

public static RenderControllerScript ( this html ) : System.Web.Mvc.MvcHtmlString
html this
return System.Web.Mvc.MvcHtmlString

RenderControllerStyle() public static method

public static RenderControllerStyle ( this html ) : System.Web.Mvc.MvcHtmlString
html this
return System.Web.Mvc.MvcHtmlString

Property Details

Version public static property

public static Int64,System Version
return System.Int64