RouteMatch.Methods Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Only match requests that use these optional HTTP methods. E.g. GET, POST.
public System.Collections.Generic.IReadOnlyList<string>? Methods { get; init; }
member this.Methods : System.Collections.Generic.IReadOnlyList<string> with get, set
Public Property Methods As IReadOnlyList(Of String)