Interface IPathResolver
Interface for Objects which can resolve paths specified for Configuration properties.
Namespace: VDS.RDF.Configuration
Assembly: dotNetRdf.dll
Syntax
public interface IPathResolver
Methods
| Improve this Doc View SourceResolvePath(string)
Resolves a Path.
Declaration
string ResolvePath(string path)
Parameters
Type | Name | Description |
---|---|---|
string | path | Path. |
Returns
Type | Description |
---|---|
string |