C# Class PartsUnlimited.ContentDeliveryNetworkExtensions

显示文件 Open project: XpiritBV/PartsUnlimited

Public Methods

Method Description
Image ( this helper, string src, string alt = null ) : Microsoft.AspNet.Mvc.Rendering.HtmlString
ImageBackground ( this helper, string src ) : Microsoft.AspNet.Mvc.Rendering.HtmlString
Script ( this helper, string contentPath ) : Microsoft.AspNet.Mvc.Rendering.HtmlString
Styles ( this helper, string contentPath ) : Microsoft.AspNet.Mvc.Rendering.HtmlString

Private Methods

Method Description
GetCdnSource ( string src ) : string

Method Details

Image() public static method

public static Image ( this helper, string src, string alt = null ) : Microsoft.AspNet.Mvc.Rendering.HtmlString
helper this
src string
alt string
return Microsoft.AspNet.Mvc.Rendering.HtmlString

ImageBackground() public static method

public static ImageBackground ( this helper, string src ) : Microsoft.AspNet.Mvc.Rendering.HtmlString
helper this
src string
return Microsoft.AspNet.Mvc.Rendering.HtmlString

Script() public static method

public static Script ( this helper, string contentPath ) : Microsoft.AspNet.Mvc.Rendering.HtmlString
helper this
contentPath string
return Microsoft.AspNet.Mvc.Rendering.HtmlString

Styles() public static method

public static Styles ( this helper, string contentPath ) : Microsoft.AspNet.Mvc.Rendering.HtmlString
helper this
contentPath string
return Microsoft.AspNet.Mvc.Rendering.HtmlString