C# Class OpenRasta.Web.OperationResult.Created

Represents a "201 Created" response.
Inheritance: OperationResult
Datei anzeigen Open project: 7digital/openrasta-stable

Public Methods

Method Description
Created ( ) : System
Created ( object resource ) : System

Method Details

Created() public method

public Created ( ) : System
return System

Created() public method

public Created ( object resource ) : System
resource object
return System