QueryString.HasValue Property

True if the query string is not empty.

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

Syntax

'Declaration
Public ReadOnly Property HasValue As Boolean 
    Get
'Usage
Dim instance As QueryString 
Dim value As Boolean 

value = instance.HasValue
public bool HasValue { get; }
public:
property bool HasValue {
    bool get ();
}
member HasValue : bool
function get HasValue () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

QueryString Structure

Microsoft.Owin Namespace