InstantiateHtmlEncoder Method

Glimpse API

Factory InstantiateHtmlEncoder Method Glimpse API Documentation
Instantiates an instance of IHtmlEncoder.

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

Syntax

public IHtmlEncoder InstantiateHtmlEncoder()
public IHtmlEncoder InstantiateHtmlEncoder()

Return Value

A IHtmlEncoder instance resolved by one of the IServiceLocators, otherwise AntiXssEncoder (leveraging the OnlineMicrosoft Web Protection Library).
See Also