Share via


HtmlValidationContext.AllowEmbedding property

This member is reserved for internal use and is not intended to be used directly from your code. Gets or sets the constraint that allows embedding elements in the HTML.

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

Syntax

'Declaration
Public Property AllowEmbedding As Boolean
    Get
    Set
'Usage
Dim instance As HtmlValidationContext
Dim value As Boolean

value = instance.AllowEmbedding

instance.AllowEmbedding = value
public bool AllowEmbedding { get; set; }

Property value

Type: System.Boolean

See also

Reference

HtmlValidationContext class

HtmlValidationContext members

Microsoft.SharePoint.Publishing.Fields namespace