public bool IsLogoutPath(
string requestPath
)
Public Function IsLogoutPath (
requestPath As String
) As Boolean
public:
virtual bool IsLogoutPath(
String^ requestPath
) sealed
abstract IsLogoutPath :
requestPath : string -> bool
override IsLogoutPath :
requestPath : string -> bool