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