HttpContentHeaderCollection.GetView Method

Definition

Returns an immutable view of the HttpContentHeaderCollection.

public:
 virtual IMapView<Platform::String ^, Platform::String ^> ^ GetView() = IMap<Platform::String ^, Platform::String ^>::GetView;
IMapView<winrt::hstring, winrt::hstring const&> GetView();
public IReadOnlyDictionary<string,string> GetView();
function getView()
Public Function GetView () As IReadOnlyDictionary(Of String, String)

Returns

IMapView<String,String>

IReadOnlyDictionary<String,String>

IMapView<Platform::String,Platform::String>

IMapView<winrt::hstring,winrt::hstring>

The view of the HttpContentHeaderCollection.

Implements

Remarks

When programming with .NET, this method is hidden.

Applies to