ASP.NET Core MVC コントロールヘルプ
ReadName(String) メソッド

C1.AspNetCore.Mvc アセンブリ > C1.JsonNet 名前空間 > JsonReader クラス : ReadName(String) メソッド
The specified name of the field you want to read.
Read the field from the data according to the specified name
シンタックス
'宣言
 
Public Function ReadName( _
   ByVal name As System.String _
) As System.Boolean
public System.bool ReadName( 
   System.string name
)

パラメータ

name
The specified name of the field you want to read.

戻り値の型

True, if the field is read successfully. Otherwise, the field doesn't exist in the data.
参照

JsonReader クラス
JsonReader メンバ