.NET Framework Class Library

DocumentHandler.GetQueryString Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > DocumentHandler Class > DocumentHandler Methods >

.NET Framework Class Library

DocumentHandler.GetQueryString Method

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

Protected Overrides Function GetQueryString ( _
 context As HttpContext, _
 key As String, _
 defaultValue As String _
As String

C#

protected override string GetQueryString(
 HttpContext context,
 string key,
 string defaultValue
)

Visual C++

protected:
virtual StringGetQueryString(
 HttpContextcontext,
 Stringkey,
 StringdefaultValue
override

Parameters

context

Type: System.Web.HttpContext

key

Type: System.String

defaultValue

Type: System.String

See Also

DocumentHandler Class

DocumentHandler Members

Gnostice.Controls.ASP Namespace