Click or drag to resize
ResourceCollectionGetResource Method
Gets the resource that matches the specified type and key.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public Resource GetResource(
	string type,
	Object key
)

Parameters

type
Type: SystemString
The type.
key
Type: SystemObject
The key.

Return Value

Type: Resource
The resource that matches the specified type and key; null if no resource matches.
See Also