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
|
Method | Description | |
---|---|---|
Layout ( string innerView, object innerModel ) : System.Web.Mvc.ContentResult |
Wraps the outer template around the requested template
|
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Op ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public Type ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public XhtmlHelpPage ( object model ) : string | ||
model | object | |
return | string |