PagePorter Class Library

FpPage.TopBorderName Property

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

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

Property Value

The name of the top shared border user control.

Remarks

The default is top.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