Show / Hide Table of Contents

Interface IGetsRootContextBuilder

An object which gets a 'configuration callback' of sorts, which may configure/set-up the root rendering context. See also: ContextBuilder.

Namespace: ZptSharp.Config
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsRootContextBuilder

Methods

| Improve this Doc View Source

GetRootContextBuilder()

Gets the root context builder callback.

Declaration
Action<IConfiguresRootContext, IServiceProvider> GetRootContextBuilder()
Returns
Type Description
System.Action<IConfiguresRootContext, System.IServiceProvider>

The root context builder.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX