All linked Snipped Code Components That Diplay Details Called Details Type And This Component Has Some html Tag Code Only To arrange Details For Example Header Tag ("H1") To display The Title Of the Page Forexample Topic Title And then Header Tag "H2" To diplay Short Description or Note For example Product Short Description and The Full Discription Not Have Any Html Tag only Have Paragraph Tag and Snipped Code To allows to output text containing html elements to the clientBecause All Description Editor In Emole Is Used Full Html Editor So The Vendor Can Design The Description For More information What is Html Editor?This Type of Code Called Raw The Raw Html Type is Wraps HTML markup in an HtmlString instance so that it is interpreted as HTML markup as MSDN Website says.Text output will generally be HTML encoded. Using Html.Raw allows you to output text containing html elements to the client, and have them still be rendered as such
Has Two Parameters The First Parameter is Component Name And the second is The Properties of Component So in the Linked Snipped Code Details Type It is necessary to specify The Second parameter To specify The Required Component Data.The Second Parameter Start With New keyword as You see in upper Code and then the Component Property name.you can specify multi properties in Second paramter and split it with comma as You see in Code bellow.if you Didn't specify the Paramter The Linked Sinpped Code Not show any data Because All Detail Component Is Single Data Not Multiple So You Must specift at last One paramter .If you Specify Value Not related to Current Store Also The Linked Sinpped Code Not show any data Because Every component Data Is related only To Current Store Not to other Store.
Some Component Required only at least one property and some component Requied Component Model
The Model Is Like Any Class Object Has Many Properties.
In Emole Every Details Has Own Model Class And And all Data Stored in this model To display in view.