Gets or sets a value indicating whether this PostAttribute is secure.

Namespace:  Mindscape.LightSpeed.Web.Routing
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public bool Secure { get; set; }
Visual Basic (Declaration)
Public Property Secure As Boolean

Field Value

true if secure; otherwise, false.

See Also