SessionStateProviderBase.IsValidPath(String) Method

Definition

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: . ( ) :

Applies to