Метод | Описание | |
---|---|---|
GetAppRelativeCurrentExecutionFilePath ( ) : string | ||
GetFormValue ( string key ) : string | ||
SetContentType ( string contentType ) : void | ||
SetStatusCode ( int statusCode ) : void | ||
Write ( string response ) : void |
public GetAppRelativeCurrentExecutionFilePath ( ) : string | ||
Результат | string |
public GetFormValue ( string key ) : string | ||
key | string | |
Результат | string |
public SetContentType ( string contentType ) : void | ||
contentType | string | |
Результат | void |
public SetStatusCode ( int statusCode ) : void | ||
statusCode | int | |
Результат | void |