Documentation > CMS Template API Library > Raw > Item[String]
Item[String]
Gets the with the specified key.
Type
System.String
Value
The field value.
Parameters
| Name | Description | Type | 
|---|---|---|
| key | The field name. | System.String | 
Code Example
C#
Sample:
//reading example string value = asset.Raw["key"];
