Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Controllers.AreaRegistrationBase.RegisterPackages Method

Used by tools (i.e., non web apps) that need to explicitly register packages so they have access to functionality provided by packages, beyond the Core package.

Class: YetaWF.Core.Controllers.AreaRegistrationBase
Namespace: YetaWF.Core.Controllers
Assembly: YetaWF.Core

Syntax

public static void RegisterPackages( IEndpointRouteBuilder? endpoints = null );

Parameters

endpoints

(not specified)

Remarks

This is typically used by tools that need access to data providers used by YetaWF.

See Also YetaWF.Core.Controllers.AreaRegistrationBase ClassYetaWF.Core Overview