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

Namespace: Hangfire.Annotations
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public HtmlAttributeValueAttribute(
	[NotNullAttribute] string name
)

Parameters

name
Type: SystemString

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

See Also