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

'Declaration
Public Property ShowQuery As Boolean 
    Get 
    Set
'Usage
Dim instance As ErrorPageOptions 
Dim value As Boolean 

value = instance.ShowQuery

instance.ShowQuery = value
public bool ShowQuery { get; set; }
public:
property bool ShowQuery {
    bool get ();
    void set (bool value);
}
member ShowQuery : bool with get, set
function get ShowQuery () : boolean 
function set ShowQuery (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

ErrorPageOptions Class

Microsoft.Owin.Diagnostics Namespace