IViewComponentFactory Interface

Definition

Provides methods for creation and disposal of view components.

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

Methods

CreateViewComponent(ViewComponentContext)

Creates a new controller for the specified context.

ReleaseViewComponent(ViewComponentContext, Object)

Releases a view component instance.

ReleaseViewComponentAsync(ViewComponentContext, Object)

Releases a view component instance asynchronously.

Applies to