Поделиться через


IModelBindingMessageProvider.AttemptedValueIsInvalidAccessor Свойство

Определение

Сообщение об ошибке, которое система привязки модели добавляет, если Exception имеет тип FormatException или OverflowException и значение известно.

public:
 property Func<System::String ^, System::String ^, System::String ^> ^ AttemptedValueIsInvalidAccessor { Func<System::String ^, System::String ^, System::String ^> ^ get(); };
public Func<string,string,string> AttemptedValueIsInvalidAccessor { get; }
member this.AttemptedValueIsInvalidAccessor : Func<string, string, string>
Public ReadOnly Property AttemptedValueIsInvalidAccessor As Func(Of String, String, String)

Значение свойства

Значение по умолчанию String — "Недопустимое значение для{0}{1} ".

Применяется к