Table of Contents

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

AdditionalProperties

Attributes

[JsonPropertyName("attributes")]
public Dictionary<string, object?>? Attributes { get; set; }

Property Value

Dictionary<string, object>

Content

[JsonPropertyName("content")]
public string? Content { get; set; }

Property Value

string

Tag

Any HTML element valid for use in the head tag

[JsonPropertyName("tag")]
public string? Tag { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.