ModelStateEntry.RawValue Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la valeur brute de la requête associée à cette entrée.
public:
property System::Object ^ RawValue { System::Object ^ get(); void set(System::Object ^ value); };
public object RawValue { get; set; }
public object? RawValue { get; set; }
member this.RawValue : obj with get, set
Public Property RawValue As Object