ConnectionFilterContext.PrepareRequest Property

Definition

public:
 property Action<Microsoft::AspNetCore::Http::Features::IFeatureCollection ^> ^ PrepareRequest { Action<Microsoft::AspNetCore::Http::Features::IFeatureCollection ^> ^ get(); void set(Action<Microsoft::AspNetCore::Http::Features::IFeatureCollection ^> ^ value); };
public Action<Microsoft.AspNetCore.Http.Features.IFeatureCollection> PrepareRequest { get; set; }
member this.PrepareRequest : Action<Microsoft.AspNetCore.Http.Features.IFeatureCollection> with get, set
Public Property PrepareRequest As Action(Of IFeatureCollection)

Property Value

Action<IFeatureCollection>

Applies to