C# Класс Daniel15.Web.Extensions.UrlHelperExtensions

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

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

Метод Описание
Absolute ( this urlHelper, string uri ) : string

Converts the specified relative URI into an absolute URL

ContentAbsolute ( this urlHelper, string uri ) : string

Gets the absolute URL (http://..../blah) to the specified URI

Image ( this urlHelper, string filename ) : string

Gets the URL to the specified image

Js ( this urlHelper, string filename ) : string

Gets the URL to the specified JavaScript file

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

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

Converts the specified relative URI into an absolute URL
public static Absolute ( this urlHelper, string uri ) : string
urlHelper this URL helper
uri string Relative URI
Результат string

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

Gets the absolute URL (http://..../blah) to the specified URI
public static ContentAbsolute ( this urlHelper, string uri ) : string
urlHelper this The URL helper
uri string URI to link to
Результат string

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

Gets the URL to the specified image
public static Image ( this urlHelper, string filename ) : string
urlHelper this The URL helper.
filename string The filename.
Результат string

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

Gets the URL to the specified JavaScript file
public static Js ( this urlHelper, string filename ) : string
urlHelper this The URL helper.
filename string The filename.
Результат string