C# 클래스 NServiceMVC.Metadata.MetadataController

상속: Controller
파일 보기 프로젝트 열기: gregmac/NServiceMVC

공개 메소드들

메소드 설명
Index ( ) : System.Web.Mvc.ActionResult
MetadataController ( ) : System
Op ( string id ) : System.Web.Mvc.ActionResult

View operation

Type ( string id ) : System.Web.Mvc.ActionResult
XhtmlHelpPage ( object model ) : string

Used by XhtmlFormatHandler to output raw model

비공개 메소드들

메소드 설명
Layout ( string innerView, object innerModel ) : System.Web.Mvc.ContentResult

Wraps the outer template around the requested template

메소드 상세

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

MetadataController() 공개 메소드

public MetadataController ( ) : System
리턴 System

Op() 공개 메소드

View operation
public Op ( string id ) : System.Web.Mvc.ActionResult
id string
리턴 System.Web.Mvc.ActionResult

Type() 공개 메소드

public Type ( string id ) : System.Web.Mvc.ActionResult
id string
리턴 System.Web.Mvc.ActionResult

XhtmlHelpPage() 공개 메소드

Used by XhtmlFormatHandler to output raw model
public XhtmlHelpPage ( object model ) : string
model object
리턴 string