Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services Namespace / IAssemblyResourceLoader Interface / GetWebResourceUrl Method / GetWebResourceUrl(Type,String) Method
The type of the resource.
The fully qualified name of the resource in the assembly.
Version
GetWebResourceUrl(Type,String) Method
Gets a URL reference to a resource in an assembly.
Syntax
string GetWebResourceUrl( 
   Type type,
   string resourceName
)

Parameters

type
The type of the resource.
resourceName
The fully qualified name of the resource in the assembly.

Return Value

The URL reference to the resource.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also