[]
Gets or sets the settings related to the document title, allowing configuration of whether the browser tab title can be updated by the designer.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public TitleSettings Title { get; set; }
Type | Description |
---|---|
TitleSettings | An instance of TitleSettings representing the title settings. |