Documentation > CMS Template API Library > Asset > Raw
Raw
The raw contents of asset fields. This removes any automatically-inserted markup from a content field. The content of the field is accessed with []"
Type
CrownPeak.CMSAPI.Raw
Code Example
C#
Sample:
string content = asset.Raw["fieldname"];