Bagikan melalui


BodyModelBinderProvider Konstruktor

Definisi

Overload

BodyModelBinderProvider(IList<IInputFormatter>, IHttpRequestStreamReaderFactory)

Membuat baru BodyModelBinderProvider.

BodyModelBinderProvider(IList<IInputFormatter>, IHttpRequestStreamReaderFactory)

Membuat baru BodyModelBinderProvider.

BodyModelBinderProvider(IList<IInputFormatter>, IHttpRequestStreamReaderFactory, ILoggerFactory)

Membuat baru BodyModelBinderProvider.

BodyModelBinderProvider(IList<IInputFormatter>, IHttpRequestStreamReaderFactory, ILoggerFactory)

Membuat baru BodyModelBinderProvider.

BodyModelBinderProvider(IList<IInputFormatter>, IHttpRequestStreamReaderFactory, ILoggerFactory, MvcOptions)

Membuat baru BodyModelBinderProvider.

BodyModelBinderProvider(IList<IInputFormatter>, IHttpRequestStreamReaderFactory, ILoggerFactory, MvcOptions)

Membuat baru BodyModelBinderProvider.

BodyModelBinderProvider(IList<IInputFormatter>, IHttpRequestStreamReaderFactory)

Sumber:
BodyModelBinderProvider.cs
Sumber:
BodyModelBinderProvider.cs
Sumber:
BodyModelBinderProvider.cs

Membuat baru BodyModelBinderProvider.

public:
 BodyModelBinderProvider(System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Formatters::IInputFormatter ^> ^ formatters, Microsoft::AspNetCore::Mvc::Infrastructure::IHttpRequestStreamReaderFactory ^ readerFactory);
public BodyModelBinderProvider (System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter> formatters, Microsoft.AspNetCore.Mvc.Infrastructure.IHttpRequestStreamReaderFactory readerFactory);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter> * Microsoft.AspNetCore.Mvc.Infrastructure.IHttpRequestStreamReaderFactory -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider
Public Sub New (formatters As IList(Of IInputFormatter), readerFactory As IHttpRequestStreamReaderFactory)

Parameter

formatters
IList<IInputFormatter>

Daftar IInputFormatter.

Berlaku untuk

BodyModelBinderProvider(IList<IInputFormatter>, IHttpRequestStreamReaderFactory)

Membuat baru BodyModelBinderProvider.

public:
 BodyModelBinderProvider(System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Formatters::IInputFormatter ^> ^ formatters, Microsoft::AspNetCore::Mvc::Internal::IHttpRequestStreamReaderFactory ^ readerFactory);
public BodyModelBinderProvider (System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter> formatters, Microsoft.AspNetCore.Mvc.Internal.IHttpRequestStreamReaderFactory readerFactory);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter> * Microsoft.AspNetCore.Mvc.Internal.IHttpRequestStreamReaderFactory -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider
Public Sub New (formatters As IList(Of IInputFormatter), readerFactory As IHttpRequestStreamReaderFactory)

Parameter

formatters
IList<IInputFormatter>

Daftar IInputFormatter.

readerFactory
Microsoft.AspNetCore.Mvc.Internal.IHttpRequestStreamReaderFactory

Microsoft.AspNetCore.Mvc.Internal.IHttpRequestStreamReaderFactory.

Berlaku untuk

BodyModelBinderProvider(IList<IInputFormatter>, IHttpRequestStreamReaderFactory, ILoggerFactory)

Sumber:
BodyModelBinderProvider.cs
Sumber:
BodyModelBinderProvider.cs
Sumber:
BodyModelBinderProvider.cs

Membuat baru BodyModelBinderProvider.

public:
 BodyModelBinderProvider(System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Formatters::IInputFormatter ^> ^ formatters, Microsoft::AspNetCore::Mvc::Infrastructure::IHttpRequestStreamReaderFactory ^ readerFactory, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public BodyModelBinderProvider (System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter> formatters, Microsoft.AspNetCore.Mvc.Infrastructure.IHttpRequestStreamReaderFactory readerFactory, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter> * Microsoft.AspNetCore.Mvc.Infrastructure.IHttpRequestStreamReaderFactory * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider
Public Sub New (formatters As IList(Of IInputFormatter), readerFactory As IHttpRequestStreamReaderFactory, loggerFactory As ILoggerFactory)

Parameter

formatters
IList<IInputFormatter>

Daftar IInputFormatter.

Berlaku untuk

BodyModelBinderProvider(IList<IInputFormatter>, IHttpRequestStreamReaderFactory, ILoggerFactory)

Membuat baru BodyModelBinderProvider.

public:
 BodyModelBinderProvider(System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Formatters::IInputFormatter ^> ^ formatters, Microsoft::AspNetCore::Mvc::Internal::IHttpRequestStreamReaderFactory ^ readerFactory, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public BodyModelBinderProvider (System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter> formatters, Microsoft.AspNetCore.Mvc.Internal.IHttpRequestStreamReaderFactory readerFactory, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter> * Microsoft.AspNetCore.Mvc.Internal.IHttpRequestStreamReaderFactory * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider
Public Sub New (formatters As IList(Of IInputFormatter), readerFactory As IHttpRequestStreamReaderFactory, loggerFactory As ILoggerFactory)

Parameter

formatters
IList<IInputFormatter>

Daftar IInputFormatter.

readerFactory
Microsoft.AspNetCore.Mvc.Internal.IHttpRequestStreamReaderFactory

Microsoft.AspNetCore.Mvc.Internal.IHttpRequestStreamReaderFactory.

Berlaku untuk

BodyModelBinderProvider(IList<IInputFormatter>, IHttpRequestStreamReaderFactory, ILoggerFactory, MvcOptions)

Sumber:
BodyModelBinderProvider.cs
Sumber:
BodyModelBinderProvider.cs
Sumber:
BodyModelBinderProvider.cs

Membuat baru BodyModelBinderProvider.

public:
 BodyModelBinderProvider(System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Formatters::IInputFormatter ^> ^ formatters, Microsoft::AspNetCore::Mvc::Infrastructure::IHttpRequestStreamReaderFactory ^ readerFactory, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory, Microsoft::AspNetCore::Mvc::MvcOptions ^ options);
public BodyModelBinderProvider (System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter> formatters, Microsoft.AspNetCore.Mvc.Infrastructure.IHttpRequestStreamReaderFactory readerFactory, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory, Microsoft.AspNetCore.Mvc.MvcOptions options);
public BodyModelBinderProvider (System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter> formatters, Microsoft.AspNetCore.Mvc.Infrastructure.IHttpRequestStreamReaderFactory readerFactory, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory, Microsoft.AspNetCore.Mvc.MvcOptions? options);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter> * Microsoft.AspNetCore.Mvc.Infrastructure.IHttpRequestStreamReaderFactory * Microsoft.Extensions.Logging.ILoggerFactory * Microsoft.AspNetCore.Mvc.MvcOptions -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider
Public Sub New (formatters As IList(Of IInputFormatter), readerFactory As IHttpRequestStreamReaderFactory, loggerFactory As ILoggerFactory, options As MvcOptions)

Parameter

formatters
IList<IInputFormatter>

Daftar IInputFormatter.

Berlaku untuk

BodyModelBinderProvider(IList<IInputFormatter>, IHttpRequestStreamReaderFactory, ILoggerFactory, MvcOptions)

Membuat baru BodyModelBinderProvider.

public:
 BodyModelBinderProvider(System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Formatters::IInputFormatter ^> ^ formatters, Microsoft::AspNetCore::Mvc::Internal::IHttpRequestStreamReaderFactory ^ readerFactory, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory, Microsoft::AspNetCore::Mvc::MvcOptions ^ options);
public BodyModelBinderProvider (System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter> formatters, Microsoft.AspNetCore.Mvc.Internal.IHttpRequestStreamReaderFactory readerFactory, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory, Microsoft.AspNetCore.Mvc.MvcOptions options);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Formatters.IInputFormatter> * Microsoft.AspNetCore.Mvc.Internal.IHttpRequestStreamReaderFactory * Microsoft.Extensions.Logging.ILoggerFactory * Microsoft.AspNetCore.Mvc.MvcOptions -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider
Public Sub New (formatters As IList(Of IInputFormatter), readerFactory As IHttpRequestStreamReaderFactory, loggerFactory As ILoggerFactory, options As MvcOptions)

Parameter

formatters
IList<IInputFormatter>

Daftar IInputFormatter.

readerFactory
Microsoft.AspNetCore.Mvc.Internal.IHttpRequestStreamReaderFactory

Microsoft.AspNetCore.Mvc.Internal.IHttpRequestStreamReaderFactory.

Berlaku untuk