FeatureConvention Class

Summary

Class FeatureConvention.
Assembly
Rocket.Surgery.AspNetCore.dll
Namespace
Rocket.Surgery.AspNetCore.Conventions
Interfaces
  • IControllerModelConvention
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(ControllerModel) void
Called to apply the convention to the Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel.

Extension Methods

See Also

  • Microsoft.AspNetCore.Mvc.ApplicationModels.IControllerModelConvention