Gets and sets the Url to use to render the control

Namespace: DotNetNuke.UI.WebControls
Assembly: 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

See Also