[This is preliminary documentation and is subject to change.]

Namespace: TallComponents.Web.ResourceLoader
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

Syntax

C#
LoadedResource LoadResource(
	string basePath,
	string path
)
Visual Basic
Function LoadResource ( _
	basePath As String, _
	path As String _
) As LoadedResource

Parameters

basePath
Type: System..::..String

[Missing <param name="basePath"/> documentation for "M:TallComponents.Web.ResourceLoader.IResourceLoader.LoadResource(System.String,System.String)"]

path
Type: System..::..String

[Missing <param name="path"/> documentation for "M:TallComponents.Web.ResourceLoader.IResourceLoader.LoadResource(System.String,System.String)"]

See Also