ByteArrayModelBinder 생성자

정의

오버로드

ByteArrayModelBinder()
사용되지 않음.

이 생성자는 사용되지 않으며 이후 버전에서 제거됩니다. 권장되는 대안은 를 사용하는 오버로드입니다 ILoggerFactory.

ByteArrayModelBinder의 새 인스턴스를 초기화합니다.

ByteArrayModelBinder(ILoggerFactory)

ByteArrayModelBinder의 새 인스턴스를 초기화합니다.

ByteArrayModelBinder()

Source:
ByteArrayModelBinder.cs
Source:
ByteArrayModelBinder.cs

주의

This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that takes an ILoggerFactory.

이 생성자는 사용되지 않으며 이후 버전에서 제거됩니다. 권장되는 대안은 를 사용하는 오버로드입니다 ILoggerFactory.

ByteArrayModelBinder의 새 인스턴스를 초기화합니다.

public:
 ByteArrayModelBinder();
public ByteArrayModelBinder ();
[System.Obsolete("This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that takes an ILoggerFactory.")]
public ByteArrayModelBinder ();
Public Sub New ()
특성

적용 대상

ByteArrayModelBinder(ILoggerFactory)

Source:
ByteArrayModelBinder.cs
Source:
ByteArrayModelBinder.cs
Source:
ByteArrayModelBinder.cs

ByteArrayModelBinder의 새 인스턴스를 초기화합니다.

public:
 ByteArrayModelBinder(Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public ByteArrayModelBinder (Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinder : Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinder
Public Sub New (loggerFactory As ILoggerFactory)

매개 변수

적용 대상