C# Класс BgEngine.Extensions.UrlHelperExtensions

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

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

Метод Описание
AbsoluteAction ( this url, string actionName, string controllerName, object routeValues = null ) : string

Generates a fully qualified URL to an action method by using the specified action name, controller name and route values.

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

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

Generates a fully qualified URL to an action method by using the specified action name, controller name and route values.
public static AbsoluteAction ( this url, string actionName, string controllerName, object routeValues = null ) : string
url this The URL helper.
actionName string The name of the action method.
controllerName string The name of the controller.
routeValues object The route values.
Результат string