WmlMobileTextWriter.WritePostField Méthode
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.
Écrit un < postfield > élément, traitant la valeur comme spécifiée par le type paramètre. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez
Surcharges
| Nom | Description |
|---|---|
| WritePostField(String, String) |
Écrit un |
| WritePostField(String, String, WmlPostFieldType) |
Écrit un < |
WritePostField(String, String)
Écrit un < postfield > élément à l’aide des paramètres fournis. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez
public:
void WritePostField(System::String ^ name, System::String ^ value);
public void WritePostField(string name, string value);
member this.WritePostField : string * string -> unit
Public Sub WritePostField (name As String, value As String)
Paramètres
- name
- String
Nom du champ.
- value
- String
Valeur du champ de publication.
Remarques
Il existe un paramètre supposé type qui est défini par défaut sur Normal.
Voir aussi
- Vue d’ensemble architecturale du comportement du contrôle adaptatif
- Fonctionnalités des ensembles d’adaptateurs
S’applique à
WritePostField(String, String, WmlPostFieldType)
Écrit un <postfield> élément, traitant la valeur comme spécifiée par le type paramètre. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez
public:
void WritePostField(System::String ^ name, System::String ^ value, System::Web::UI::MobileControls::Adapters::WmlPostFieldType type);
public void WritePostField(string name, string value, System.Web.UI.MobileControls.Adapters.WmlPostFieldType type);
member this.WritePostField : string * string * System.Web.UI.MobileControls.Adapters.WmlPostFieldType -> unit
Public Sub WritePostField (name As String, value As String, type As WmlPostFieldType)
Paramètres
- name
- String
Nom du champ.
- value
- String
Valeur du champ de publication.
- type
- WmlPostFieldType
L’attribut WmlPostFieldType.
Voir aussi
- Vue d’ensemble architecturale du comportement du contrôle adaptatif
- Fonctionnalités des ensembles d’adaptateurs