C# Класс Snooze.UrlHelperExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

IE6PngBehavior() публичный статический Метод

public static IE6PngBehavior ( this url ) : string
url this
Результат string

StaticFile() публичный статический Метод

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.
Результат string