C# Class PartsUnlimited.ContentDeliveryNetworkExtensions

Afficher le fichier Open project: XpiritBV/PartsUnlimited

Méthodes publiques

Méthode 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

Méthode Description
GetCdnSource ( string src ) : string

Method Details

Image() public static méthode

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

ImageBackground() public static méthode

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

Script() public static méthode

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

Styles() public static méthode

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