InjectHttpResponseBody Method

Glimpse API

IFrameworkProvider InjectHttpResponseBody Method Glimpse API Documentation
Injects the Http response body.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

void InjectHttpResponseBody(
	string htmlSnippet
)
void InjectHttpResponseBody(
	string htmlSnippet
)

Parameters

htmlSnippet
Type: OnlineSystem String
The HTML snippet.
Remarks

Inserts the given html snippet into the html document just before the end </body> tag.
See Also