PagePorter Class Library

FpPage.Security Property

Gets or sets the page's security mode.

[Visual Basic]
Public Property Security As FpPageSecurityMode
[C#]
public FpPageSecurityMode Security {get; set;}

Property Value

The page's security mode.

Remarks

Setting the security mode to Secure or NonSecure may result in the redirection of the URL request. For example, if the security mode is set to Secure, a request to http://mysite.com will result in a redirect to https://mysite.com. See FpPageSecurityMode for information about security modes.

See Also

FpPage Class | Parastream.Web.UI Namespace | FpPageSecurityMode