ScriptManager::EmptyPageUrl Property

 

Gets or sets a URL to a blank Web page.

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
property String^ EmptyPageUrl {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The URL to use if the target Web page is empty.

The EmptyPageUrl property supports Ajax browser history.

.NET Framework
Available since 3.5
Return to top
Show: