Gets or sets URL to the content of the dialog window.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true, true, "")]
[C1CategoryAttribute("Category.Behavior")]
[DefaultValueAttribute("")]
public string ContentUrl { get; set; }
Visual Basic
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, "")> _
<C1CategoryAttribute("Category.Behavior")> _
<DefaultValueAttribute("")> _
Public Property ContentUrl As String
	Get
	Set

See Also