IHomepageTaskListProvider Interface

Definition

Enables an object to add task items to the Connection tasks list that is displayed on the Start page in IIS Manager.

public interface class IHomepageTaskListProvider
public interface IHomepageTaskListProvider
type IHomepageTaskListProvider = interface
Public Interface IHomepageTaskListProvider
Derived

Examples

The following example implements the IHomepageTaskListProvider interface.

Remarks

The object is registered by the IExtensibilityManager interface.

Methods

GetTaskList(IServiceProvider, ModulePageInfo)

Returns the list of task items to be added to the Connection tasks list on the Start page.

Applies to