PagePorter Class Library

FpWebControl.RequestUrl Property

Gets or sets the URL of the requesting page, even in design mode.

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

Remarks

At run-time, this property simply returns the value of the Page.Request.Url property. At design-time, this property is set by the PagePorter framework to be the path to the current file in the IDE. If you are using this object outside the PagePorter framework in design-mode, you will have to set this property manually, or some of the features of the control may not display correctly.

See Also

FpWebControl Class | Parastream.Web.UI.WebControls Namespace