parent
8f00b9a7b4
commit
b8960219b4
|
|
@ -10,7 +10,8 @@ using Microsoft.Framework.OptionsModel;
|
||||||
namespace Microsoft.AspNet.Mvc
|
namespace Microsoft.AspNet.Mvc
|
||||||
{
|
{
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public class DefaultOutputFormattersProvider : OptionDescriptorBasedProvider<IOutputFormatter>, IOutputFormattersProvider
|
public class DefaultOutputFormattersProvider
|
||||||
|
: OptionDescriptorBasedProvider<IOutputFormatter>, IOutputFormattersProvider
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the DefaultOutputFormattersProvider class.
|
/// Initializes a new instance of the DefaultOutputFormattersProvider class.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue