IViewComponentActivator Interface

Definition

Provides methods to instantiate and release a ViewComponent.

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

Methods

Create(ViewComponentContext)

Instantiates a ViewComponent.

Release(ViewComponentContext, Object)

Releases a ViewComponent instance.

ReleaseAsync(ViewComponentContext, Object)

Releases a ViewComponent instance.

Applies to