共用方式為


FeedResourceRequest 類別

定義

表示透過 IFeedResourceProvider.OnResourceRequested 實作所收到的資源要求。

public ref class FeedResourceRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FeedResourceRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FeedResourceRequest
Public NotInheritable Class FeedResourceRequest
繼承
Object Platform::Object IInspectable FeedResourceRequest
屬性

屬性

Content

取得或設定 PUT 或 UPDATE 摘要資源要求中提供的內容數據流。

Headers

取得或設定可用於摘要資源要求之標頭值的字典。

Method

取得摘要資源要求的 HTTP 方法。

Uri

取得所要求資源的 URI。

適用於