ErrorPageModel.Headers Property
Request headers
Namespace: Microsoft.Owin.Diagnostics.Views
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
Syntax
public IDictionary<string, string[]> Headers { get; set; }
public:
property IDictionary<String^, array<String^>^>^ Headers {
IDictionary<String^, array<String^>^>^ get();
void set(IDictionary<String^, array<String^>^>^ value);
}
member Headers : IDictionary<string, string[]> with get, set
Public Property Headers As IDictionary(Of String, String())
Property Value
Type: System.Collections.Generic.IDictionary<String, String[]>
Returns IDictionary<TKey, TValue>.
See Also
ErrorPageModel Class
Microsoft.Owin.Diagnostics.Views Namespace
Return to top