Show / Hide Table of Contents

Class TagAttribute

A value-based "tag" attribute.

Inheritance
System.Object
TagAttribute
Namespace: Towel
Assembly: Towel.dll
Syntax
public class TagAttribute : Attribute

Constructors

| Improve this Doc View Source

TagAttribute(Nullable<Object>, Nullable<Object>)

Creates a new value-based "tag" attribute.

Declaration
public TagAttribute(object? tag, object? value)
Parameters
Type Name Description
System.Nullable<System.Object> tag

The tag.

System.Nullable<System.Object> value

The value.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX