C# Class NServiceMVC.Metadata.MetadataController

Inheritance: Controller
ファイルを表示 Open project: gregmac/NServiceMVC

Public Methods

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

Private Methods

Method Description
Layout ( string innerView, object innerModel ) : System.Web.Mvc.ContentResult

Wraps the outer template around the requested template

Method Details

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

MetadataController() public method

public MetadataController ( ) : System
return System

Op() public method

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

Type() public method

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

XhtmlHelpPage() public method

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