Gets and sets the Url to use to render the control
Namespace: DotNetNuke.UI.WebControlsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute("ImageChallenge.captcha.aspx")] public string RenderUrl { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute("ImageChallenge.captcha.aspx")> Public Property RenderUrl As String Get Set |