MvcCoreMvcCoreBuilderExtensions.AddFormatterMappings メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddFormatterMappings(IMvcCoreBuilder) |
をサポート FormatterMappingsするサービスを追加します。 |
AddFormatterMappings(IMvcCoreBuilder, Action<FormatterMappings>) |
FormatterMappings指定した に対して を構成します |
AddFormatterMappings(IMvcCoreBuilder)
をサポート FormatterMappingsするサービスを追加します。
public static Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder AddFormatterMappings (this Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder builder);
static member AddFormatterMappings : Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder -> Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder
<Extension()>
Public Function AddFormatterMappings (builder As IMvcCoreBuilder) As IMvcCoreBuilder
パラメーター
- builder
- IMvcCoreBuilder
戻り値
適用対象
AddFormatterMappings(IMvcCoreBuilder, Action<FormatterMappings>)
FormatterMappings指定した に対して を構成しますsetupAction
。
public static Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder AddFormatterMappings (this Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder builder, Action<Microsoft.AspNetCore.Mvc.Formatters.FormatterMappings> setupAction);
static member AddFormatterMappings : Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder * Action<Microsoft.AspNetCore.Mvc.Formatters.FormatterMappings> -> Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder
<Extension()>
Public Function AddFormatterMappings (builder As IMvcCoreBuilder, setupAction As Action(Of FormatterMappings)) As IMvcCoreBuilder
パラメーター
- builder
- IMvcCoreBuilder
- setupAction
- Action<FormatterMappings>
FormatterMappings を構成するための Action。