IISResponse.cacheControl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
cacheControl() | |
cacheControl(String) |
cacheControl()
public:
virtual System::String ^ cacheControl();
public virtual string cacheControl ();
abstract member cacheControl : unit -> string
override this.cacheControl : unit -> string
Public Overridable Function cacheControl () As String
Returns
Applies to
cacheControl(String)
public:
virtual System::String ^ cacheControl(System::String ^ _cacheControl);
public virtual string cacheControl (string _cacheControl);
abstract member cacheControl : string -> string
override this.cacheControl : string -> string
Public Overridable Function cacheControl (_cacheControl As String) As String
Parameters
- _cacheControl
- String