ErrorPage.Model Property
Namespace: Microsoft.Owin.Diagnostics.Views
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
Syntax
public ErrorPageModel Model { get; set; }
public:
property ErrorPageModel^ Model {
ErrorPageModel^ get();
void set(ErrorPageModel^ value);
}
member Model : ErrorPageModel with get, set
Public Property Model As ErrorPageModel
Property Value
Type: Microsoft.Owin.Diagnostics.Views.ErrorPageModel
Returns ErrorPageModel.
See Also
ErrorPage Class
Microsoft.Owin.Diagnostics.Views Namespace
Return to top