HtmlResourceResult Constructor

Glimpse API

HtmlResourceResult Constructor Glimpse API Documentation
Initializes a new instance of the HtmlResourceResult class.

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

Syntax

public HtmlResourceResult(
	string html
)
public HtmlResourceResult(
	string html
)

Parameters

html
Type: OnlineSystem String
The HTML.
See Also