Condividi tramite


EndpointBuilder.RequestDelegate Proprietà

Definizione

Ottiene o imposta il delegato usato per elaborare le richieste per l'endpoint.

public:
 property Microsoft::AspNetCore::Http::RequestDelegate ^ RequestDelegate { Microsoft::AspNetCore::Http::RequestDelegate ^ get(); void set(Microsoft::AspNetCore::Http::RequestDelegate ^ value); };
public Microsoft.AspNetCore.Http.RequestDelegate RequestDelegate { get; set; }
public Microsoft.AspNetCore.Http.RequestDelegate? RequestDelegate { get; set; }
member this.RequestDelegate : Microsoft.AspNetCore.Http.RequestDelegate with get, set
Public Property RequestDelegate As RequestDelegate

Valore della proprietà

Si applica a