Documentation Center

Using aspect properties on an ASP.NET page

Pass a Claim URI to the SDL Tridion Content Delivery .NET Context Engine Cartridge API to retrieve aspect properties.

Procedure

  1. Open your ASP.NET page for editing.
  2. To write the value of an aspect property, insert the following where you want the value to appear:
    <context:Eval expression="taf:claim:context:ASPECTNAME:PROPERTYNAME" runat="server"/>

    where ASPECTNAME is the name of the aspect whose property you want to check or display, and PROPERTYNAME is the property of that aspect you want to check or display.