C# Class Snooze.UrlHelperExtensions

Afficher le fichier Open project: ryansroberts/Snooze

Méthodes publiques

Méthode Description
IE6PngBehavior ( this url ) : string
StaticFile ( this url, string path ) : string

Generates a static, versioned, URL for a given file path. If web.config is in debug mode then the URL includes current Tick count to force the browser to download again.

Method Details

IE6PngBehavior() public static méthode

public static IE6PngBehavior ( this url ) : string
url this
Résultat string

StaticFile() public static méthode

Generates a static, versioned, URL for a given file path. If web.config is in debug mode then the URL includes current Tick count to force the browser to download again.
public static StaticFile ( this url, string path ) : string
url this
path string Path to the file, relative to the current request.
Résultat string