HttpMethodMetadata.HttpMethods Propriété

Définition

Retourne une collection en lecture seule de méthodes HTTP utilisées pendant le routage. Une collection vide signifie que toute méthode HTTP est acceptée.

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ HttpMethods { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> HttpMethods { get; }
member this.HttpMethods : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property HttpMethods As IReadOnlyList(Of String)

Valeur de propriété

Implémente

S’applique à