HtmlEncoder Property

Glimpse API

GlimpseConfiguration HtmlEncoder Property Glimpse API Documentation
Gets or sets the IHtmlEncoder.

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

Syntax

public IHtmlEncoder HtmlEncoder { get; set; }
public IHtmlEncoder HtmlEncoder { get; set; }

Field Value

The configured IHtmlEncoder.

Implements

IGlimpseConfiguration HtmlEncoder
Exceptions

ExceptionCondition
OnlineSystem ArgumentNullExceptionAn exception is thrown if the value is set to null.
See Also