LoginStatus::LogoutImageUrl Property

 

Gets or sets the URL of the image used for the logout button.

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

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

Property Value

Type: System::String^

A string containing the URL of the image used for the logout link. The default is Empty.

The LogoutImageUrl property contains the location of the image used for the logout link. The LogoutText property is used as the alternative text for the image in browsers.

If LogoutImageUrl is empty, the LogoutText property is rendered as the link.

The following code example sets the LogoutImageUrl property to a specific image.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: