简体   繁体   中英

Insert data into Umbraco Grid?

Is it possible to insert data into an Umbraco Grid programmatically? I am currently inserting content into an RTE field, by setting Properties["bodyText"].Value = "my new value" which works fine.

But, instead of the RTE field, i need to insert the content into a Grid layout, containing an RTE field. The propertyalias for the grid, is bodyTextGrid .

Any ideas? (I am using Umbraco 7.7.8)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM