프로퍼티 | 타입 | 설명 | |
---|---|---|---|
NoBody | Action |
프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | Action |
public PreExecute ( Nancy.NancyContext context ) : System.Threading.Tasks.Task | ||
context | Nancy.NancyContext | Nancy context |
리턴 | System.Threading.Tasks.Task |