Table of Contents

AddYamlFormatters Method

Definition

Namespace
Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml
Assemblies
Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml.dll
Source
src/Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml/MvcCoreBuilderExtensions.cs

AddYamlFormatters(IMvcCoreBuilder, Action<YamlFormatterOptions>)

Adds the YAML serializer formatters to MVC.

public static IMvcCoreBuilder AddYamlFormatters(this IMvcCoreBuilder builder, Action<YamlFormatterOptions> setup = null)

Parameters

builder IMvcCoreBuilder

The IMvcCoreBuilder.

setup Action<YamlFormatterOptions>

The YamlFormatterOptions which may be configured.

Returns

IMvcCoreBuilder

A reference to builder after the operation has completed.

Exceptions

ArgumentNullException

builder cannot be null -or- setup cannot be null.