共用方式為


WmlMobileTextWriter.WritePostField 方法

定義

撰寫 < postfield > 項目,將值視為 type 參數所指定的值。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

多載

WritePostField(String, String)

使用提供的參數撰寫 < postfield > 項目。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

WritePostField(String, String, WmlPostFieldType)

撰寫 <postfield> 元素,將值視為 type 參數所指定的值。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

WritePostField(String, String)

使用提供的參數撰寫 < postfield > 項目。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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)

參數

name
String

欄位名稱。

value
String

張貼欄位值。

備註

type假設參數預設為 Normal

另請參閱

適用於

WritePostField(String, String, WmlPostFieldType)

撰寫 <postfield> 元素,將值視為 type 參數所指定的值。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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)

參數

name
String

欄位名稱。

value
String

張貼欄位值。

另請參閱

適用於