1+ {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
2+
3+ <head>
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}}">
10+ {{#_description}}<meta name="description" content="{{_description}}">{{/_description}}
11+ <link rel="shortcut icon" href="{{_rel}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}">
12+ <link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css">
13+ <link rel="stylesheet" href="{{_rel}}styles/docfx.css">
14+ <link rel="stylesheet" href="{{_rel}}styles/main.css">
15+ <meta property="docfx:navrel" content="{{_navRel}}">
16+ <meta property="docfx:tocrel" content="{{_tocRel}}">
17+ {{#_noindex}}<meta name="searchOption" content="noindex">{{/_noindex}}
18+ {{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}}
19+ {{#_enableNewTab}}<meta property="docfx:newtab" content="true">{{/_enableNewTab}}
20+ <!-- Global site tag (gtag.js) - Google Analytics -->
21+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-YVLFJR3G3V"></script>
22+ <script>
23+ window.dataLayer = window.dataLayer || [];
24+ function gtag(){dataLayer.push(arguments);}
25+ gtag('js', new Date());
26+ gtag('config', 'G-YVLFJR3G3V');
27+ </script>
28+ </head>
0 commit comments