Click or drag to resize
BuilderScriptConfigurationAllowedOrigins Property
List of domains that are passed to the client to allow post messages to be retrieved only from these origins.

Namespace: Kentico.Builder.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public IEnumerable<string> AllowedOrigins { get; set; }

Property Value

Type: IEnumerableString
See Also