ApiConventionResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Metadata associated with an action method via API convention.
public ref class ApiConventionResult sealed
public sealed class ApiConventionResult
type ApiConventionResult = class
Public NotInheritable Class ApiConventionResult
- Inheritance
-
ApiConventionResult
Constructors
ApiConventionResult(IReadOnlyList<IApiResponseMetadataProvider>) |
Initializes a new instance of ApiConventionResult. |
Properties
ResponseMetadataProviders |
Gets the sequence of IApiResponseMetadataProvider that are associated with the action. |