SessionStateProviderBase.ClearContent(String) 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.
Always throws a NotSupportedException.
public:
virtual void ClearContent(System::String ^ path);
public:
void ClearContent(Platform::String ^ path);
void ClearContent(std::wstring const & path);
public void ClearContent (string path);
override this.ClearContent : string -> unit
abstract member ClearContent : string -> unit
override this.ClearContent : string -> unit
Public Sub ClearContent (path As String)
Parameters
- path
- String
ignored.
Implements
Exceptions
This exception is always thrown.