共用方式為


QueryString.HasValue Property

 

True if the query string is not empty

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

Syntax

public bool HasValue { get; }
public:
property bool HasValue {
    bool get();
}
member HasValue : bool with get
Public ReadOnly Property HasValue As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

QueryString Structure
Microsoft.Owin Namespace

Return to top