C# Класс Orchard.Mvc.Extensions.UrlHelperExtensions

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

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

Метод Описание
AbsoluteAction ( this urlHelper, Func urlAction ) : string
AbsoluteAction ( this urlHelper, string actionName ) : string
AbsoluteAction ( this urlHelper, string actionName, object routeValues ) : string
AbsoluteAction ( this urlHelper, string actionName, string controller ) : string
AbsoluteAction ( this urlHelper, string actionName, string controller, object routeValues ) : string
MakeAbsolute ( this urlHelper, string url, string baseUrl = null ) : string

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

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

public static AbsoluteAction ( this urlHelper, Func urlAction ) : string
urlHelper this
urlAction Func
Результат string

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

public static AbsoluteAction ( this urlHelper, string actionName ) : string
urlHelper this
actionName string
Результат string

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

public static AbsoluteAction ( this urlHelper, string actionName, object routeValues ) : string
urlHelper this
actionName string
routeValues object
Результат string

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

public static AbsoluteAction ( this urlHelper, string actionName, string controller ) : string
urlHelper this
actionName string
controller string
Результат string

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

public static AbsoluteAction ( this urlHelper, string actionName, string controller, object routeValues ) : string
urlHelper this
actionName string
controller string
routeValues object
Результат string

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

public static MakeAbsolute ( this urlHelper, string url, string baseUrl = null ) : string
urlHelper this
url string
baseUrl string
Результат string