C# Class System.Web.Mvc.UrlConventionExtentions

Show file Open project: ucdavis/UCDArch

Public Methods

Method Description
Css ( this urlHelper, string styleSheet ) : string
Image ( this urlHelper, string imageName ) : string
Script ( this urlHelper, string scriptName ) : string

Method Details

Css() public static method

public static Css ( this urlHelper, string styleSheet ) : string
urlHelper this
styleSheet string
return string

Image() public static method

public static Image ( this urlHelper, string imageName ) : string
urlHelper this
imageName string
return string

Script() public static method

public static Script ( this urlHelper, string scriptName ) : string
urlHelper this
scriptName string
return string