IViewComponentFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
ReleaseViewComponent(ViewComponentContext, Object) |
Releases a view component instance. |
ReleaseViewComponentAsync(ViewComponentContext, Object) |
Releases a view component instance asynchronously. |