MauiHandlersCollectionExtensions Class

Definition

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.

Applies to