Click or drag to resize
AuthenticationIframeModelAllowedHostnames Property
Gets all admin host names (domains without port and protocol) for all cultures that are available for the current site.

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

Property Value

Type: IEnumerableString
See Also