FileSystemContentProviderGetPath Method |
Namespace: Kettic.AspNet.Controls.WidgetsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public override string GetPath(
string url
)
Public Overrides Function GetPath (
url As String
) As String
public:
virtual String^ GetPath(
String^ url
) override
abstract GetPath :
url : string -> string
override GetPath :
url : string -> string
Parameters
- url
- Type: SystemString
Return Value
Type:
StringSee Also