Click or drag to resize
HtmlAttributeValueAttribute Class

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

Inheritance Hierarchy
SystemObject
  SystemAttribute
    Hangfire.AnnotationsHtmlAttributeValueAttribute

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 HtmlAttributeValueAttribute : Attribute

The HtmlAttributeValueAttribute type exposes the following members.

Constructors
  NameDescription
Public methodHtmlAttributeValueAttribute
Initializes a new instance of the HtmlAttributeValueAttribute class
Top
Properties
  NameDescription
Public propertyName
Top
See Also