Click or drag to resize
HtmlElementAttributesAttribute Class

[Missing <summary> documentation for "T:Hangfire.Annotations.HtmlElementAttributesAttribute"]

Inheritance Hierarchy
SystemObject
  SystemAttribute
    Hangfire.AnnotationsHtmlElementAttributesAttribute

Namespace: Hangfire.Annotations
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Parameter, Inherited = true)]
public sealed class HtmlElementAttributesAttribute : Attribute

The HtmlElementAttributesAttribute type exposes the following members.

Constructors
  NameDescription
Public methodHtmlElementAttributesAttribute
Initializes a new instance of the HtmlElementAttributesAttribute class
Public methodHtmlElementAttributesAttribute(String)
Initializes a new instance of the HtmlElementAttributesAttribute class
Top
Properties
  NameDescription
Public propertyName
Top
See Also