mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-04-05 22:01:04 +00:00
14 lines
653 B
Plaintext
14 lines
653 B
Plaintext
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
|
|
|
<h1 id="{{id}}" data-uid="{{uid}}" class="text-break">{{>partials/title}}</h1>
|
|
<div class="markdown level0 summary">{{{summary}}}</div>
|
|
<div class="markdown level0 conceptual">{{{conceptual}}}</div>
|
|
<div class="markdown level0 remarks">{{{remarks}}}</div>
|
|
{{#children}}
|
|
<h3 id="{{id}}">{{>partials/namespaceSubtitle}}</h3>
|
|
{{#children}}
|
|
<h4><xref uid="{{uid}}" altProperty="fullName" displayProperty="name"/></h4>
|
|
<section>{{{summary}}}</section>
|
|
{{/children}}
|
|
{{/children}}
|