|
1 | | -{{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}} |
| 1 | +{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}} |
2 | 2 |
|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 6 | + <title>{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}</title> |
| 7 | + <meta name="viewport" content="width=device-width"> |
| 8 | + <meta name="title" content="{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}"> |
| 9 | + <meta name="generator" content="docfx {{_docfxVersion}}"> |
5 | 10 | {{#_matomoContainerId}} |
6 | 11 | <!-- Matomo Tag Manager --> |
7 | 12 | <script> |
|
11 | 16 | g.async=true; g.src='https://matomo.devexpress.com/js/container_{{_matomoContainerId}}.js'; s.parentNode.insertBefore(g,s); |
12 | 17 | </script> |
13 | 18 | <!-- End Matomo Tag Manager --> |
| 19 | + {{#_description}}<meta name="description" content="{{_description}}">{{/_description}} |
| 20 | + <link rel="shortcut icon" href="{{_rel}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}"> |
| 21 | + <link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css"> |
| 22 | + <link rel="stylesheet" href="{{_rel}}styles/docfx.css"> |
| 23 | + <link rel="stylesheet" href="{{_rel}}styles/main.css"> |
| 24 | + <meta property="docfx:navrel" content="{{_navRel}}"> |
| 25 | + <meta property="docfx:tocrel" content="{{_tocRel}}"> |
| 26 | + {{#_noindex}}<meta name="searchOption" content="noindex">{{/_noindex}} |
| 27 | + {{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}} |
| 28 | + {{#_enableNewTab}}<meta property="docfx:newtab" content="true">{{/_enableNewTab}} |
| 29 | +</head> |
| 30 | + |
| 31 | +{{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}} |
| 32 | + |
| 33 | +<head> |
| 34 | + <meta charset="utf-8"> |
| 35 | + |
14 | 36 | {{/_matomoContainerId}} |
15 | 37 | {{#_googleAnalyticsTagId}} |
16 | 38 | <script async src="https://www.googletagmanager.com/gtag/js?id={{_googleAnalyticsTagId}}"></script> |
|
0 commit comments