Method | Description | |
---|---|---|
Content ( string content ) : |
||
Get ( string route, ActionResult>.Func |
||
NHaml ( string templateName ) : |
||
NHaml ( string templateName, object viewData ) : |
||
Post ( string route, ActionResult>.Func |
||
ProcessRequest ( |
||
Redirect ( string url, bool permanent = false ) : |
Method | Description | |
---|---|---|
AddFormAndQueryStringParameters ( object>.IDictionary |
||
GetActionResult ( string verb, string url, object>.IDictionary |
public Content ( string content ) : |
||
content | string | |
return |
public Get ( string route, ActionResult>.Func |
||
route | string | |
action | ActionResult>.Func | |
return | void |
public NHaml ( string templateName ) : |
||
templateName | string | |
return |
public NHaml ( string templateName, object viewData ) : |
||
templateName | string | |
viewData | object | |
return |
public Post ( string route, ActionResult>.Func |
||
route | string | |
action | ActionResult>.Func | |
return | void |
public ProcessRequest ( |
||
context | ||
return | void |
public Redirect ( string url, bool permanent = false ) : |
||
url | string | |
permanent | bool | |
return |