WidgetResourceResponse.Headers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an optional dictionary of header values that may have been returned from a web request by the widget provider.
public:
property IMap<Platform::String ^, Platform::String ^> ^ Headers { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Headers();
public IDictionary<string,string> Headers { get; }
var iMap = widgetResourceResponse.headers;
Public ReadOnly Property Headers As IDictionary(Of String, String)
Property Value
A dictionary of header values.