Share via


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