Freigeben über


HttpMethodHeaderValueCollection.GetView Methode

Definition

Gibt eine unveränderliche Ansicht der HttpMethodHeaderValueCollection zurück.

public:
 virtual IVectorView<HttpMethod ^> ^ GetView() = IVector<HttpMethod ^>::GetView;
IVectorView<HttpMethod> GetView();
public IReadOnlyList<HttpMethod> GetView();
function getView()
Public Function GetView () As IReadOnlyList(Of HttpMethod)

Gibt zurück

Die Ansicht der HttpMethodHeaderValueCollection.

Implementiert

Gilt für: