WmlPostFieldType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.
指定張貼欄位的轉譯方式。 無法繼承這個類別。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱
public enum class WmlPostFieldType
public enum WmlPostFieldType
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public enum WmlPostFieldType
type WmlPostFieldType =
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type WmlPostFieldType =
Public Enum WmlPostFieldType
- 繼承
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| Normal | 0 | 值以文字形式寫入,並以編碼方式呈現。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
| Submit | 1 | 值以相關 Normal 提交動作的形式寫入。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
| Variable | 2 | 這個值會寫成變數名稱。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |
| Raw | 3 | 值以文字形式寫入,無需編碼。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 |