C# 클래스 Manos.Mvc.HttpModelValueProvider

상속: IModelValueProvider
파일 보기 프로젝트 열기: toptensoftware/manos

공개 메소드들

메소드 설명
GetFieldList ( object model ) : string[]
GetValue ( string key ) : string
HttpModelValueProvider ( ControllerContext ctx ) : System

메소드 상세

GetFieldList() 공개 메소드

public GetFieldList ( object model ) : string[]
model object
리턴 string[]

GetValue() 공개 메소드

public GetValue ( string key ) : string
key string
리턴 string

HttpModelValueProvider() 공개 메소드

public HttpModelValueProvider ( ControllerContext ctx ) : System
ctx ControllerContext
리턴 System