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 SourceGetRootContextBuilder()
Gets the root context builder callback.
Declaration
Action<IConfiguresRootContext, IServiceProvider> GetRootContextBuilder()
Returns
Type | Description |
---|---|
System.Action<IConfiguresRootContext, System.IServiceProvider> | The root context builder. |