IModelBindingMessageProvider.AttemptedValueIsInvalidAccessor プロパティ

定義

が 型FormatExceptionまたは OverflowException 値がわかっている場合にException、モデル バインド システムによって追加されるエラー メッセージ。

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}無効です。

適用対象