.NET Framework Class Library

DocumentHandler.WriteResponse 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.WriteResponse Method

Namespace: Gnostice.Controls.ASP

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

Syntax

Visual Basic

Protected Overrides Sub WriteResponse ( _
 context As HttpContext, _
 responseStr As String, _
 Optional contentType As String = "application/json" _
)

C#

protected override void WriteResponse(
 HttpContext context,
 string responseStr,
 string contentType = "application/json"
)

Visual C++

protected:
virtual void WriteResponse(
 HttpContextcontext,
 StringresponseStr,
 StringcontentType = L"application/json"
override

Parameters

context

Type: System.Web.HttpContext

responseStr

Type: System.String

contentType (Optional)

Type: System.String

See Also

DocumentHandler Class

DocumentHandler Members

Gnostice.Controls.ASP Namespace