PagePorter Class Library

FpPage.BottomBorderName Property

Gets or sets the name of the bottom shared border user control.

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

Property Value

The name of the bottom shared border user control.

Remarks

The default is bottom.ascx. The BorderDirectory property is added in front of this name when loading the user control .ascx file. You may also leave the BorderDirectory property blank and use a pathname here.

See Also

FpPage Class | Parastream.Web.UI Namespace