Свойство | Type | Description | |
---|---|---|---|
NoBody | Action |
Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. This method can be overridden in sub-classes to dispose of response specific resources. |
|
PreExecute ( Nancy.NancyContext context ) : System.Threading.Tasks.Task |
Executes at the end of the nancy execution pipeline and before control is passed back to the hosting. Can be used to pre-render/validate views while still inside the main pipeline/error handling.
|
|
Response ( ) : System |
Initializes a new instance of the Response class.
|
Méthode | Description | |
---|---|---|
GetStringContents ( string contents ) : Action |
Converts a string content value to a response action.
|
protected static GetStringContents ( string contents ) : Action |
||
contents | string | The string containing the content. |
Résultat | Action |
public PreExecute ( Nancy.NancyContext context ) : System.Threading.Tasks.Task | ||
context | Nancy.NancyContext | Nancy context |
Résultat | System.Threading.Tasks.Task |