ApiVersionSelectorType Property
Definition
- Namespace
- Codebelt.Extensions.Asp.Versioning
- Assemblies
- Codebelt.Extensions.Asp.Versioning.dll
ApiVersionSelectorType
Gets the concrete implementation type of a type that implements the Asp.Versioning.IApiVersionSelector interface.
public Type ApiVersionSelectorType { get; }
Property Value
- Type
The concrete implementation type of a type that implements the Asp.Versioning.IApiVersionSelector interface.
Remarks
Default is Asp.Versioning.CurrentImplementationApiVersionSelector. This can be changed by calling the UseApiVersionSelector<T>().