Table of Contents

Class ContentRegistration

Namespace
Quilt4Net.Toolkit
Assembly
Quilt4Net.Toolkit.dll
public static class ContentRegistration
Inheritance
ContentRegistration
Inherited Members

Methods

AddQuilt4NetContent(IServiceCollection, IConfiguration, Action<ContentOptions>)

Register backend usages of content from Quilt4Net.

public static void AddQuilt4NetContent(this IServiceCollection services, IConfiguration configuration, Action<ContentOptions> options = null)

Parameters

services IServiceCollection
configuration IConfiguration
options Action<ContentOptions>

Exceptions

InvalidOperationException

AddQuilt4NetContent(IHostApplicationBuilder, Action<ContentOptions>)

Register backend usages of content from Quilt4Net.

public static void AddQuilt4NetContent(this IHostApplicationBuilder builder, Action<ContentOptions> options = null)

Parameters

builder IHostApplicationBuilder
options Action<ContentOptions>