共用方式為


ConnectionFilterContext.PrepareRequest 屬性

定義

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)

屬性值

適用於