Share via


ErrorPageModel.Environment Property

 

The request environment

Namespace:   Microsoft.Owin.Diagnostics.Views
Assembly:  Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)

Syntax

public IDictionary<string, object> Environment { get; set; }
public:
property IDictionary<String^, Object^>^ Environment {
    IDictionary<String^, Object^>^ get();
    void set(IDictionary<String^, Object^>^ value);
}
member Environment : IDictionary<string, Object> with get, set
Public Property Environment As IDictionary(Of String, Object)

Property Value

Type: System.Collections.Generic.IDictionary<String, Object>

Returns IDictionary<TKey, TValue>.

See Also

ErrorPageModel Class
Microsoft.Owin.Diagnostics.Views Namespace

Return to top