Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
The Description element is an XML metadata element that specifies a brief summary of a content element.
Members
The following table lists the members of the element.
Attributes/Properties |
Type |
Required |
Description |
|---|---|---|---|
content |
string |
No |
Specifies the brief summary of the content element that appears in the list of search results. |
Remarks
Use this element to provide the summary for a content element that appears when that content element is included in a list of search results.
Example
The following HTML example shows how to use a document meta element to specify a description for a content element. You use meta elements to specify the metadata properties of a content element. Notice how the name and content properties of the meta element specify the Help system element and provide a brief summary of that content element.
<meta name="description" content="A brief overview of the information in the content element. " />