C# 클래스 Rebel.Cms.Web.RouteValueDictionaryExtensions

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
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