Implemented interface member:
property
HttpMethods
Microsoft.AspNetCore.Routing.IHttpMethodMetadata.HttpMethods
1 write to HttpMethods
Microsoft.AspNetCore.Routing (1)
HttpMethodMetadata.cs (1)
41
HttpMethods
= httpMethods.Select(GetCanonicalizedValue).ToArray();
2 references to HttpMethods
Microsoft.AspNetCore.Routing (2)
HttpMethodMetadata.cs (2)
59
return DebuggerHelpers.GetDebugText(nameof(
HttpMethods
),
HttpMethods
, "Cors", AcceptCorsPreflight);