Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.YetaWFManager.MakeInstance Method

Creates an instance of the YetaWFManager class for a site. For internal framework use only. This is only used by the framework during request startup as soon as the site URL has been determined.

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

Syntax

public static YetaWFManager MakeInstance(
    HttpContext httpContext,
    string? siteHost );

Parameters

httpContext

An instance of Microsoft.AspNetCore.Http.HttpContext.

siteHost

The site name as it would appear in a URL (without scheme).

Return Value

(not specified)

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