共用方式為


XhtmlControlAdapter.ConditionalClearCachedEndTag 方法

定義

如果符合特定條件,則會清除指定之文字寫入器的目前結束標記。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

protected:
 virtual void ConditionalClearCachedEndTag(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer, System::String ^ s);
protected virtual void ConditionalClearCachedEndTag (System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer, string s);
abstract member ConditionalClearCachedEndTag : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string -> unit
override this.ConditionalClearCachedEndTag : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string -> unit
Protected Overridable Sub ConditionalClearCachedEndTag (writer As XhtmlMobileTextWriter, s As String)

參數

writer
XhtmlMobileTextWriter

XhtmlMobileTextWriter 物件,用來在用戶端的瀏覽器上呈現伺服器控制項內容。

s
String

您想要清除的標記名稱,該值可以是 null 或空字串 ("")。

備註

只有在選取的專案無法出現在數據表內的目標裝置罕見的情況下,才需要這項功能。 s如果提供 參數,則會清除快取的結束標記。 這可讓文字寫入器在目標裝置不支持數據表結尾之後立即支援 <select> 元素時插入內容。

這個方法主要是由 .NET Framework 內部使用。

適用於

另請參閱