Developer Portal
HomeAPi References
HomeAPi References
  1. Linked Snipped Code Component Details
  • Start Page
    • Intorduction
    • what Can We Develop in Emole
    • Testing Developing Apps And Code
    • Pricing And Recuring Payment
    • Emole Service Store
    • Join To Emole Services Provider
    • Snipped Code Section
      • Introduction
      • What is Snipped Codes Work With Emole Stores?
      • Emole Full Editor
      • Html Editor
        • What is Html Editor?
        • JavaScript and Css In Editor
        • Snipped Codes in Html Editor
        • Html Tags Develop in Editor
        • BootStrap in Html Editor
        • Using Html Editor
        • Libraries And Packages Used in Emole
      • Css Editor
        • what is Css Editor?
        • Css Editor By Store
        • Css Editor Configuration
        • Store Layout Structure
        • Css References
          • layout Structure Classes Names
          • Global Css
            • How To Change Reset CSS
            • How To Change Global CSS
            • How To Change Global Form CSS
            • How To Change Global (Cart Table, Data Table, Forum Table) Table CSS
            • How To Change Mobile Navigation CSS
          • Header And Footer Sections
            • How To Change Notification & Popup CSS
            • How To Change Header Admin Link CSS
            • How To Change Header CSS
            • How To Change Header Selector CSS
            • How To Change Header Link CSS
            • How To Change Header Lower CSS
            • How To Change Header Logo CSS
            • How To Change Desktop Menu CSS
            • How To Change Header Search Box CSS
            • How To Change Flyout Cart CSS
            • How To Change Footer CSS
            • How To Change Blocks CSS
            • How To Change Breadcrumb CSS
          • Catalog Css
            • How To Change Category Page CSS
            • How To Change Manufacturer Page CSS
            • How To Change Vendor Page CSS
            • How To Change Product Box CSS
            • How To Change Home Page Category CSS
            • How To Change Home Page Category CSS
            • How To Change Home Page Product View Per Row CSS
            • How To Change Product Details Page Product View Per Row CSS
            • How To Change Shopping Page Product View Per Row CSS
            • How To Change Pager CSS
            • How To Change Product Reviews CSS
          • Topics And Pages Css
            • How To Change Wishlist Page CSS
            • How To Change Compare Page CSS
            • How To Change Topic CSS
            • How To Change Contact Page CSS
            • How To Change Email A Friend Page CSS
            • How To Change Registation, Login & Account Pages CSS
            • How To Change Cart Pages CSS
            • How To Change Estimate Shipping Popup Common CSS
            • How To Change Shopping Cart Estimate Shipping CSS
            • How To Change Product Estimate Shipping CSS
            • How To Change Checkout Page CSS
            • How To Change Order Details & Shipping Details Pages CSS
            • How To Change Search Pages CSS
            • How To Change SiteMap Pages CSS
            • How To Change Blog Pages CSS
            • How To Change News Pages CSS
            • How To Change Forum & Profile Pages CSS
            • How To Change BB Codes CSS
      • Linked Snipped Code
        • Intorduction
        • Linked Snipped Code Types
        • Emole Linked Snipped Code Components
        • Linked Snipped Code Component Details
          • Linked Snipped Code Component Details Type
          • CategoryNavigation Details Component
          • CheckoutProgress Details Component
          • CustomerNavigation Details Component
      • Snipped Code Editor
        • Introduction
        • What is Widget Zoom
        • Common Widget Zooms
        • Mechanism for arranging elements
  1. Linked Snipped Code Component Details

Linked Snipped Code Component Details Type

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 client
Because 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.
INFO
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
As We said in Linked Snipped Code Types The first Snipped Code Type
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 .
NOTE
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.
NOTE
Some Component Required only at least one property and some component Requied Component Model
INFO
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.
Previous
Emole Linked Snipped Code Components
Next
CategoryNavigation Details Component