RequestTrailerExtensions.CheckTrailersAvailable(HttpRequest) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查要求是否支援預告片,而且現在可供讀取。 這並不表示有任何要讀取的預告片。
public:
[System::Runtime::CompilerServices::Extension]
static bool CheckTrailersAvailable(Microsoft::AspNetCore::Http::HttpRequest ^ request);
public static bool CheckTrailersAvailable (this Microsoft.AspNetCore.Http.HttpRequest request);
static member CheckTrailersAvailable : Microsoft.AspNetCore.Http.HttpRequest -> bool
<Extension()>
Public Function CheckTrailersAvailable (request As HttpRequest) As Boolean
參數
- request
- HttpRequest