|
SecurityModuleGetResourceName Method
|
Gets the name of resource being accessed.
Namespace: GSF.WebAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.246-beta
Syntaxprotected virtual string GetResourceName()
Protected Overridable Function GetResourceName As String
protected:
virtual String^ GetResourceName()
abstract GetResourceName : unit -> string
override GetResourceName : unit -> string
function GetResourceName();
View SourceReturn Value
StringRequest.
Url.
PathAndQuery property value.
See Also