PagePorter Class Library

FpPage.BorderDirectory Property

Gets or sets the directory where the shared border user controls reside.

[Visual Basic]
Public Property BorderDirectory As String
[C#]
public string BorderDirectory {get; set;}

Property Value

The directory where the shared border user controls reside.

Remarks

The default is _borders/. This is added in front of the border name property (TopBorderName, LeftBorderName, RightBorderName, BottomBorderName) when loading the user control .ascx file. It should be in a relative URL format, not starting with a slash nor ending in a slash.

See Also

FpPage Class | Parastream.Web.UI Namespace