HtmlMenuButton.AllowScriptInUrl Field
Specifies a value indicating whether script contained in the data is accepted or rejected.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public AllowScriptInUrl As Boolean
'Usage
Dim instance As HtmlMenuButton
Dim value As Boolean
value = instance.AllowScriptInUrl
instance.AllowScriptInUrl = value
public bool AllowScriptInUrl
Remarks
true if script data is accepted; otherwise false. The default value is false.