Summary
Class FeatureConvention.
- Assembly
- Rocket
.Surgery .AspNetCore .dll - Namespace
- Rocket
.Surgery .AspNetCore .Conventions - Interfaces
-
- I
Controller Model Convention
- I
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IControllerModelConvention"]
Type["FeatureConvention"]
class Type type-node
Syntax
public class FeatureConvention : IControllerModelConvention
Constructors
| Name | Summary |
|---|---|
| FeatureConvention |
Methods
| Name | Value | Summary |
|---|---|---|
| Apply |
void |
Called to apply the convention to the
Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- Microsoft.AspNetCore.Mvc.ApplicationModels.IControllerModelConvention
