MauiHandlersCollectionExtensions 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.
public ref class MauiHandlersCollectionExtensions abstract sealed
public static class MauiHandlersCollectionExtensions
type MauiHandlersCollectionExtensions = class
Public Module MauiHandlersCollectionExtensions
- Inheritance
-
MauiHandlersCollectionExtensions
Methods
AddHandler(IMauiHandlersCollection, Type, Type) |
Registers a handler with the underlying service container via AddTransient. |
AddHandler<TType,TTypeRender>(IMauiHandlersCollection) |
Registers a handler with the underlying service container via AddTransient. |
AddHandler<TType>(IMauiHandlersCollection, Func<IServiceProvider,IElementHandler>) |
Registers a handler with the underlying service container via AddTransient. |
TryAddHandler(IMauiHandlersCollection, Type, Type) |
Registers a handler with the underlying service container via AddTransient. |
TryAddHandler<TType,TTypeRender>(IMauiHandlersCollection) |
Registers a handler with the underlying service container via AddTransient. |
TryAddHandler<TType>(IMauiHandlersCollection, Func<IServiceProvider,IElementHandler>) |
Registers a handler with the underlying service container via AddTransient. |