Show / Hide Table of Contents

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

| Edit this page View Source

ResolvePath(string)

Resolves a Path.

Declaration
string ResolvePath(string path)
Parameters
Type Name Description
string path

Path.

Returns
Type Description
string

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Methods
    • ResolvePath(string)
  • Extension Methods
Back to top Generated by DocFX