Class AculHeadTag
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record AculHeadTag : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<AculHeadTag>
- Inheritance
-
AculHeadTag
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
Attributes
[JsonPropertyName("attributes")]
public Dictionary<string, object?>? Attributes { get; set; }
Property Value
Content
[JsonPropertyName("content")]
public string? Content { get; set; }
Property Value
Tag
Any HTML element valid for use in the head tag
[JsonPropertyName("tag")]
public string? Tag { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.