ASP.NET Pack Programmer's Guide
Button.PostBackUrl Property
See Also
 





Gets or sets the URL to post to when the button is clicked.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public string PostBackUrl { get; set; }

Visual Basic  Copy Code

Public Property PostBackUrl As String

 Property Value

Type: String
The URL of the Web page to post to when the control is clicked. The default value is an empty string ("").

 See Also

Button Members
Button Class
MindFusion.UI.WebForms Namespace