Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.YetaWFManager.Init Method

Called during application startup to save some environmental information. For internal framework use only.

Class: YetaWF.Core.Support.YetaWFManager
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public static void Init(
    IHttpContextAccessor? httpContextAccessor = null,
    IMemoryCache? memoryCache = null,
    IServiceProvider? svp = null );

Parameters

httpContextAccessor

An IHttpContextAccessor instance.

memoryCache

An IMemoryCache instance.

svp

An IServiceProvider instance.

See Also YetaWF.Core.Support.YetaWFManager ClassYetaWF.Core Overview