ElevationServiceCollectionExtensions.AddElevationHandler method

namespace: Serenity.Extensions.DependencyInjection   assemblySerenity.Extensions

Tries to add DefaultElevationHandler as IElevationHandler

public static IServiceCollection AddElevationHandler(this IServiceCollection collection)
parameter description
collection The service collection.

See Also