C# Класс Tavis.TreeRouteExtensions

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

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

Метод Описание
AddWithPath ( this router, string path, Action configure ) : TreeRoute
Configure ( this router, Action configureAction ) : TreeRoute
GetAtPath ( this router, string path ) : TreeRoute
GetUrl ( this router ) : Uri
GetUrlForController ( this router, Type type, string instance = null ) : Uri
ToAction ( this router, string actionName ) : TreeRoute

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

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

public static AddWithPath ( this router, string path, Action configure ) : TreeRoute
router this
path string
configure Action
Результат TreeRoute

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

public static Configure ( this router, Action configureAction ) : TreeRoute
router this
configureAction Action
Результат TreeRoute

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

public static GetAtPath ( this router, string path ) : TreeRoute
router this
path string
Результат TreeRoute

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

public static GetUrl ( this router ) : Uri
router this
Результат System.Uri

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

public static GetUrlForController ( this router, Type type, string instance = null ) : Uri
router this
type System.Type
instance string
Результат System.Uri

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

public static ToAction ( this router, string actionName ) : TreeRoute
router this
actionName string
Результат TreeRoute