C# Класс mobSocial.WebApi.Configuration.Mvc.UI.Extensions.UrlHelperExtensions

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

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

Метод Описание
RouteAppUrl ( this urlHelper, string routeName ) : string
RouteAppUrl ( this urlHelper, string routeName, dynamic routeValues ) : string

Retrieves a particular routeurl from the global route table. Because the app is running inside OWIN host, we need to query route from the global routetable instead of route from OWIN configuration

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

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

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

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

Retrieves a particular routeurl from the global route table. Because the app is running inside OWIN host, we need to query route from the global routetable instead of route from OWIN configuration
public static RouteAppUrl ( this urlHelper, string routeName, dynamic routeValues ) : string
urlHelper this
routeName string
routeValues dynamic
Результат string