PagePorter Class Library

FpPage.LeftBorderName Property

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

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

Property Value

The name of the left shared border user control.

Remarks

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