14 references to MvcXmlOptions
Microsoft.AspNetCore.Mvc.Formatters.Xml (14)
DependencyInjection\MvcXmlMvcBuilderExtensions.cs (7)
17
/// Adds configuration of <see cref="
MvcXmlOptions
"/> for the application.
20
/// <param name="setupAction">The <see cref="
MvcXmlOptions
"/> which need to be configured.</param>
23
Action<
MvcXmlOptions
> setupAction)
49
/// <param name="setupAction">The <see cref="
MvcXmlOptions
"/> which need to be configured.</param>
53
Action<
MvcXmlOptions
> setupAction)
80
/// <param name="setupAction">The <see cref="
MvcXmlOptions
"/> which need to be configured.</param>
84
Action<
MvcXmlOptions
> setupAction)
DependencyInjection\MvcXmlMvcCoreBuilderExtensions.cs (7)
17
/// Adds configuration of <see cref="
MvcXmlOptions
"/> for the application.
20
/// <param name="setupAction">The <see cref="
MvcXmlOptions
"/> which need to be configured.</param>
24
Action<
MvcXmlOptions
> setupAction)
50
/// <param name="setupAction">The <see cref="
MvcXmlOptions
"/> which need to be configured.</param>
54
Action<
MvcXmlOptions
> setupAction)
81
/// <param name="setupAction">The <see cref="
MvcXmlOptions
"/> which need to be configured.</param>
85
Action<
MvcXmlOptions
> setupAction)