IViewComponentActivator 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 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. |