WebHttpBindingElement.CrossDomainScriptAccessEnabled Property

Definition

Gets or sets a value that indicates whether cross domain scripting is permitted.

public:
 property bool CrossDomainScriptAccessEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("crossDomainScriptAccessEnabled", DefaultValue=false)]
public bool CrossDomainScriptAccessEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("crossDomainScriptAccessEnabled", DefaultValue=false)>]
member this.CrossDomainScriptAccessEnabled : bool with get, set
Public Property CrossDomainScriptAccessEnabled As Boolean

Property Value

true if cross domain scripting is permitted; otherwise, false.

Attributes

Applies to