OutputCacheParameters.Location 属性

定义

获取或设置一个值,该值确定缓存项的位置。

public:
 property System::Web::UI::OutputCacheLocation Location { System::Web::UI::OutputCacheLocation get(); void set(System::Web::UI::OutputCacheLocation value); };
public System.Web.UI.OutputCacheLocation Location { get; set; }
member this.Location : System.Web.UI.OutputCacheLocation with get, set
Public Property Location As OutputCacheLocation

属性值

OutputCacheLocation 值之一。

适用于

另请参阅