Class RouteParamAttribute
disables all other binding sources for a dto property except route params.
Inherited Members
Namespace: FastEndpoints
Assembly: FastEndpoints.Attributes.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class RouteParamAttribute : DontBindAttribute
Constructors
RouteParamAttribute()
disables all other binding sources for a dto property except route params.
Declaration
public RouteParamAttribute()