ViewComponentHelperExtensions Class
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.
Extension methods for IViewComponentHelper.
public ref class ViewComponentHelperExtensions abstract sealed
public static class ViewComponentHelperExtensions
type ViewComponentHelperExtensions = class
Public Module ViewComponentHelperExtensions
- Inheritance
-
ViewComponentHelperExtensions
Methods
InvokeAsync(IViewComponentHelper, String) |
Invokes a view component with the specified |
InvokeAsync(IViewComponentHelper, Type) |
Invokes a view component of type |
InvokeAsync<TComponent>(IViewComponentHelper, Object) |
Invokes a view component of type |
InvokeAsync<TComponent>(IViewComponentHelper) |
Invokes a view component of type |