WmlMobileTextWriter.WritePostField 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
撰寫 < postfield >
項目,將值視為 type
參數所指定的值。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
多載
WritePostField(String, String) |
使用提供的參數撰寫 |
WritePostField(String, String, WmlPostFieldType) |
撰寫 < |
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
張貼欄位值。