C# Class Rebel.Cms.Web.RouteValueDictionaryExtensions

Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
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

Method Details

GetRequiredObject() public static method

Returns the value of a mandatory item in the route items
public static GetRequiredObject ( this items, string key ) : object
items this
key string
return object

ToFormCollection() public static method

Converts a route value dictionary to a form collection
public static ToFormCollection ( this items ) : System.Web.Mvc.FormCollection
items this
return System.Web.Mvc.FormCollection