Click or drag to resize
NonEscapedString Constructor
Initializes a new instance of the NonEscapedString class

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public NonEscapedString(
	string value
)

Parameters

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Hangfire.Dashboard.NonEscapedString.#ctor(System.String)"]

See Also