PopupWindow.ContentUrl Property
In This Article
Gets or sets the navigation location of a specific web page to be displayed within the current popup window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string value that specifies the desired page’s navigation location. |
#Remarks
Use the ContentUrl
property to specify the URL of a web page which should be loaded and displayed into the popup window. A relative or an absolute URL can be used.
#Online Example
See Also