IControlPanel.RegisterHomepage(ModulePageInfo) Method

Definition

Registers the Home page that is associated with the connection.

public:
 void RegisterHomepage(Microsoft::Web::Management::Client::ModulePageInfo ^ homepageInfo);
public void RegisterHomepage (Microsoft.Web.Management.Client.ModulePageInfo homepageInfo);
abstract member RegisterHomepage : Microsoft.Web.Management.Client.ModulePageInfo -> unit
Public Sub RegisterHomepage (homepageInfo As ModulePageInfo)

Parameters

homepageInfo
ModulePageInfo

The ModulePageInfo object with which to replace the default Home page.

Remarks

This method is typically called by the module representing the host of the web management framework, that is, the tool itself. However, a specific module may replace the default Home page with the custom Home page specified by the homepageInfo parameter.

Applies to