Click or drag to resize

IWebConfigurationServiceBuild Method

Called when the web server is being built. Register the dependencies here.

Namespace: Emulate3D.WebConfiguration
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
void Build(
	IBuilder app,
	WebAppServerBuilder builder
)

Parameters

app  IBuilder

[Missing <param name="app"/> documentation for "M:Emulate3D.WebConfiguration.IWebConfigurationService.Build(Demo3D.Visuals.IBuilder,Emulate3D.WebApp.WebAppServerBuilder)"]

builder  WebAppServerBuilder

[Missing <param name="builder"/> documentation for "M:Emulate3D.WebConfiguration.IWebConfigurationService.Build(Demo3D.Visuals.IBuilder,Emulate3D.WebApp.WebAppServerBuilder)"]

See Also