AddinSettings.HtmlEndBody property
Gets or sets the value of the HTML end body tag in the Addin Settings.
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Property HtmlEndBody As String
Get
Set
'Usage
Dim instance As AddinSettings
Dim value As String
value = instance.HtmlEndBody
instance.HtmlEndBody = value
public string HtmlEndBody { get; set; }
Property value
Type: System.String
The String that represents the HTML end body tag in the Addin Settings.
Remarks
The content of the HTML end body tag can be HTML markup, JavaScript, or both. When enabled, the Addin Settings includes its end body tag content at the end of the <body> tag on all site pages and list view pages.