PagePorter Class Library

FpPage.RightBorderName Property

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

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

Property Value

The the name of the right shared border user control.

Remarks

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