1 implementation of IFromRouteMetadata
Microsoft.AspNetCore.Mvc.Core (1)
FromRouteAttribute.cs (1)
28
public class FromRouteAttribute : Attribute, IBindingSourceMetadata, IModelNameProvider,
IFromRouteMetadata
3 references to IFromRouteMetadata
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
728
if (parameterCustomAttributes.OfType<
IFromRouteMetadata
>().FirstOrDefault() is { } routeAttribute)
Microsoft.AspNetCore.Mvc.ApiExplorer (2)
DefaultApiDescriptionProvider.cs (1)
275
!defaultModelMetadata.Attributes.Attributes.OfType<
IFromRouteMetadata
>().Any())
EndpointMetadataApiDescriptionProvider.cs (1)
256
if (attributes.OfType<
IFromRouteMetadata
>().FirstOrDefault() is { } routeAttribute)