Class WebPageSecurityModel
Class representing model of security properties of a web page.
public sealed class WebPageSecurityModel
- Inheritance
-
objectWebPageSecurityModel
- Extension Methods
Constructors
WebPageSecurityModel()
public WebPageSecurityModel()
Properties
IsSecured
Flag indicating if web page is secured and requires authentication to access.
[CheckBoxComponent(Label = "{$websites.webpages.properties.security.issecured$}")]
public bool IsSecured { get; set; }
Property Value
- bool
- See Also