快取之 outputCacheProfiles 的 remove 項目 (ASP.NET 設定結構描述)
從組態集合中移除具有指定名稱的 OutputCacheProfile 物件。
<remove name="string"/>
屬性和項目
下列章節會說明屬性、子項目和父項目。
屬性
屬性 |
描述 |
---|---|
name |
必要的 String 屬性。 要從集合移除的 OutputCacheProfile 項目名稱。 |
子項目
無。
父項目
項目 |
描述 |
---|---|
configuration |
Common Language Runtime 和 .NET Framework 應用程式所使用之每一個組態檔中的必要根項目。 |
system.web |
在組態檔中,指定 ASP.NET 組態設定的根項目。 包含設定 ASP.NET Web 應用程式和控制該應用程式之行為方式的組態項目。 |
caching |
設定 Web 應用程式的快取設定。 |
outputCacheSettings |
指定可套用至 ASP.NET 應用程式中之頁面的輸出快取設定檔設定。 |
outputCacheProfiles |
包含幾組快取設定,這些設定可以套用到要指定 OutputCache 指示詞的頁面中。 |
範例
下列範例會從 ASP.NET 應用程式移除 OutputCacheProfile。
<outputCacheSettings>
<outputCacheProfiles>
<remove name="ServerOnly" />
</outputCacheProfiles>
</outputCacheSettings>
項目資訊
組態區段處理常式 |
|
組態成員 |
|
可設定的位置 |
Machine.config 根層次 Web.config 應用程式層級 Web.config |
需求 |
IIS 5.0、5.1 和 6.0 .NET Framework 2.0 Visual Studio 2005 |
請參閱
工作
Walkthrough: Using Output Caching to Enhance Web Site Performance
How to: Configure Specific Folders Using Location Settings
How to: Lock ASP.NET Configuration Settings
參考
system.web 項目 (ASP.NET 設定結構描述)
快取的 outputCacheSettings 項目 (ASP.NET 設定結構描述)
快取之 outputCacheSettings 的 outputCacheProfiles 項目 (ASP.NET 設定結構描述)
快取之 outputCacheProfiles 的 add 項目 (ASP.NET 設定結構描述)
快取之 outputCacheProfiles 的 clear 項目 (ASP.NET 設定結構描述)
概念
ASP.NET Configuration File Hierarchy