SessionStateProviderBase.IsValidPath(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.
Determines if the specified path is syntactically and semantically valid.
protected:
override bool IsValidPath(System::String ^ path);
protected:
override bool IsValidPath(Platform::String ^ path);
override bool IsValidPath(std::wstring const & path);
protected override bool IsValidPath (string path);
override this.IsValidPath : string -> bool
Protected Overrides Function IsValidPath (path As String) As Boolean
Parameters
- path
- String
The path to validate.
Returns
True if the path is valid, or false otherwise.
Remarks
The path may not contain the following characters: . ( ) :