ResourceCollectionGetResource Method |
Gets the resource that matches the specified type and key.
Namespace: Kettic.AspNet.ControlsAssembly: 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
)
Public Function GetResource (
type As String,
key As Object
) As Resource
public:
Resource^ GetResource(
String^ type,
Object^ key
)
member GetResource :
type : string *
key : Object -> Resource
Parameters
- type
- Type: SystemString
The type. - key
- Type: SystemObject
The key.
Return Value
Type:
ResourceThe resource that matches the specified type and key; null if no resource matches.
See Also