HtmlValidationContext.AllowedTagsSettingsMessage property

Gets a message—that can be read by a person—that describes the constraints and disallowed tags for the HTML in this HtmlValidationContext object.

Namespace:  Microsoft.SharePoint.Publishing.Fields
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property AllowedTagsSettingsMessage As String
    Get
'Usage
Dim instance As HtmlValidationContext
Dim value As String

value = instance.AllowedTagsSettingsMessage
public string AllowedTagsSettingsMessage { get; }

Property value

Type: System.String
A string that describes the groups of tags that are not allowed by this HtmlValidationContext.

See also

Reference

HtmlValidationContext class

HtmlValidationContext members

Microsoft.SharePoint.Publishing.Fields namespace

HtmlValidationContext