Skip to main content
A newer version of this page is available. .
Tab

PopupWindow.ContentUrl Property

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.v18.2.dll

Declaration

[DefaultValue("")]
public string ContentUrl { get; set; }

Property Value

Type Default Description
String String.Empty

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.

See Also