次の方法で共有


WmlMobileTextWriter.WritePostFieldVariable(String, String) メソッド

定義

ポスト フィールドを書き込みます。arg パラメーターは変数名として扱われます。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

public:
 void WritePostFieldVariable(System::String ^ name, System::String ^ arg);
public void WritePostFieldVariable (string name, string arg);
member this.WritePostFieldVariable : string * string -> unit
Public Sub WritePostFieldVariable (name As String, arg As String)

パラメーター

name
String

フィールド名。

arg
String

書き込む変数の名前。

注釈

短い形式は、次のように使用できます。 WritePostField(name, value, WmlPostFieldType.Normal)

適用対象

こちらもご覧ください