C# Класс Rebel.Cms.Web.RouteValueDictionaryExtensions

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

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

Метод Описание
GetRequiredObject ( this items, string key ) : object

Returns the value of a mandatory item in the route items

ToFormCollection ( this items ) : System.Web.Mvc.FormCollection

Converts a route value dictionary to a form collection

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

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

Returns the value of a mandatory item in the route items
public static GetRequiredObject ( this items, string key ) : object
items this
key string
Результат object

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

Converts a route value dictionary to a form collection
public static ToFormCollection ( this items ) : System.Web.Mvc.FormCollection
items this
Результат System.Web.Mvc.FormCollection