The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ConflictResult Constructor
Namespace:
System.Web.Http.Results
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | ConflictResult(ApiController^) | Initializes a new instance of the ConflictResult class. |
![]() | ConflictResult(HttpRequestMessage^) | Initializes a new instance of the ConflictResult class. |
ConflictResult Constructor (ApiController^)
Initializes a new instance of the ConflictResult class.
Parameters
- controller
-
Type:
System.Web.Http::ApiController^
The controller from which to obtain the dependencies needed for execution.
ConflictResult Constructor (HttpRequestMessage^)
Initializes a new instance of the ConflictResult class.
Parameters
- request
-
Type:
System.Net.Http::HttpRequestMessage^
The request message which led to this result.
Show:
