Version

PostBackUrl Property (WebImageButton)

Gets or sets the URL of the page to post to from the current page when the WebImageButton control is clicked. Returns: The URL of the Web page to post to from the current page when the WebImageButton control is clicked. The default value is an empty string (""), which causes the page to post back to itself.
Syntax
'Declaration
 
Public Property PostBackUrl As String
public string PostBackUrl {get; set;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also