Share via


ErrorPageOptions.ShowQuery Property

 

Enables the enumeration of any parsed query values.

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

Syntax

public bool ShowQuery { get; set; }
public:
property bool ShowQuery {
    bool get();
    void set(bool value);
}
member ShowQuery : bool with get, set
Public Property ShowQuery As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

ErrorPageOptions Class
Microsoft.Owin.Diagnostics Namespace

Return to top