4 references to _supportedHttpMethods
Microsoft.AspNetCore.StaticFiles (4)
StaticFilesEndpointRouteBuilderExtensions.cs (4)
56
.WithMetadata(new HttpMethodMetadata(
_supportedHttpMethods
));
92
.WithMetadata(new HttpMethodMetadata(
_supportedHttpMethods
));
135
.WithMetadata(new HttpMethodMetadata(
_supportedHttpMethods
));
177
.WithMetadata(new HttpMethodMetadata(
_supportedHttpMethods
));