C# Class OpenRasta.Web.OperationResult.SeeOther

Represents a 303 See other response: the response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource.
Inheritance: OperationResult
Datei anzeigen Open project: 7digital/openrasta-stable Class Usage Examples

Public Methods

Method Description
SeeOther ( ) : System

Method Details

SeeOther() public method

public SeeOther ( ) : System
return System