[
  {
    "path": ".gitattributes",
    "content": "###############################################################################\n# Set default behavior to automatically normalize line endings.\n###############################################################################\n* text=auto\n\n###############################################################################\n# Set default behavior for command prompt diff.\n#\n# This is need for earlier builds of msysgit that does not have it on by\n# default for csharp files.\n# Note: This is only used by command line\n###############################################################################\n#*.cs     diff=csharp\n\n###############################################################################\n# Set the merge driver for project and solution files\n#\n# Merging from the command prompt will add diff markers to the files if there\n# are conflicts (Merging from VS is not affected by the settings below, in VS\n# the diff markers are never inserted). Diff markers may cause the following \n# file extensions to fail to load in VS. An alternative would be to treat\n# these files as binary and thus will always conflict and require user\n# intervention with every merge. To do so, just uncomment the entries below\n###############################################################################\n#*.sln       merge=binary\n#*.csproj    merge=binary\n#*.vbproj    merge=binary\n#*.vcxproj   merge=binary\n#*.vcproj    merge=binary\n#*.dbproj    merge=binary\n#*.fsproj    merge=binary\n#*.lsproj    merge=binary\n#*.wixproj   merge=binary\n#*.modelproj merge=binary\n#*.sqlproj   merge=binary\n#*.wwaproj   merge=binary\n\n###############################################################################\n# behavior for image files\n#\n# image files are treated as binary by default.\n###############################################################################\n#*.jpg   binary\n#*.png   binary\n#*.gif   binary\n*.ico    binary\n\n###############################################################################\n# diff behavior for common document formats\n# \n# Convert binary document formats to text before diffing them. This feature\n# is only available from the command line. Turn it on by uncommenting the \n# entries below.\n###############################################################################\n#*.doc   diff=astextplain\n#*.DOC   diff=astextplain\n#*.docx  diff=astextplain\n#*.DOCX  diff=astextplain\n#*.dot   diff=astextplain\n#*.DOT   diff=astextplain\n#*.pdf   diff=astextplain\n#*.PDF   diff=astextplain\n#*.rtf   diff=astextplain\n#*.RTF   diff=astextplain\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE.md",
    "content": "\n\n<!--\nGeneral\n\nWe use issues to drive the discussion for changes to existing topics and the creation of new topics. This template offers some suggestions to consider when creating an issue.\n\nIssues with existing topics\n\nIf the issue is a simple typo or similar correction, just submit a PR. Otherwise, let us know what's wrong or what we should improve. Include a link to the topic on the live documentation website.\n\nRequests for new topics\n\n1. Write a short paragraph describing what the topic will cover.\n2. Write an outline of the proposed topic contents.\n3. Where would you put the topic in the Table of Contents?\n4. If you know who should review the issue, notify them by including @githubID in the issue description.\n-->\n"
  },
  {
    "path": ".github/PULL_REQUEST_TEMPLATE.md",
    "content": "\n\n<!--\nWhen creating a new PR, please delete this template text and reference the issue number.\n\nTo automatically close the issue when the PR is merged, cite the issue number in the first line with ...\n\nFixes #Issue_Number\n\nTo only address an issue with a PR and not automatically close the issue when the PR merges, cite the issue number in the first line with ...\n\nAddresses #Issue_Number\n-->\n"
  },
  {
    "path": ".gitignore",
    "content": "_build/\n_site/\nProperties/\n\n# Use git add -f to force override .sln when required. Not needed in most cases.\n# git add -f myProj.sln\n*.sln\n\nProject_Readme.html\n\n## Ignore Visual Studio temporary files, build results, and\n## files generated by popular Visual Studio add-ons.\n\n# User-specific files\n*.suo\n*.user\n*.userosscache\n*.sln.docstates\n*.vscode/\n# User-specific files (MonoDevelop/Xamarin Studio)\n*.userprefs\n\n# Build results\n[Dd]ebug/\n[Dd]ebugPublic/\n[Rr]elease/\n[Rr]eleases/\nx64/\nx86/\nbuild/\nbld/\n[Bb]in/\n[Oo]bj/\n\n# Visual Studo 2015 cache/options directory\n.vs/\n\n# MSTest test Results\n[Tt]est[Rr]esult*/\n[Bb]uild[Ll]og.*\n\n# NUNIT\n*.VisualState.xml\nTestResult.xml\n\n# Build Results of an ATL Project\n[Dd]ebugPS/\n[Rr]eleasePS/\ndlldata.c\n\n*_i.c\n*_p.c\n*_i.h\n*.ilk\n*.meta\n*.obj\n*.pch\n*.pdb\n*.pgc\n*.pgd\n*.rsp\n*.sbr\n*.tlb\n*.tli\n*.tlh\n*.tmp\n*.tmp_proj\n*.log\n*.vspscc\n*.vssscc\n.builds\n*.pidb\n*.svclog\n*.scc\n\n# Chutzpah Test files\n_Chutzpah*\n\n# Visual C++ cache files\nipch/\n*.aps\n*.ncb\n*.opensdf\n*.sdf\n*.cachefile\n\n# Visual Studio profiler\n*.psess\n*.vsp\n*.vspx\n\n# TFS 2012 Local Workspace\n$tf/\n\n# Guidance Automation Toolkit\n*.gpState\n\n# ReSharper is a .NET coding add-in\n_ReSharper*/\n*.[Rr]e[Ss]harper\n*.DotSettings.user\n\n# JustCode is a .NET coding addin-in\n.JustCode\n\n# TeamCity is a build add-in\n_TeamCity*\n\n# DotCover is a Code Coverage Tool\n*.dotCover\n\n# NCrunch\n_NCrunch_*\n.*crunch*.local.xml\n\n# MightyMoose\n*.mm.*\nAutoTest.Net/\n\n# Web workbench (sass)\n.sass-cache/\n\n# Installshield output folder\n[Ee]xpress/\n\n# DocProject is a documentation generator add-in\nDocProject/buildhelp/\nDocProject/Help/*.HxT\nDocProject/Help/*.HxC\nDocProject/Help/*.hhc\nDocProject/Help/*.hhk\nDocProject/Help/*.hhp\nDocProject/Help/Html2\nDocProject/Help/html\n\n# Click-Once directory\npublish/\n\n# Publish Web Output\n*.[Pp]ublish.xml\n*.azurePubxml\n# TODO: Comment the next line if you want to checkin your web deploy settings \n# but database connection strings (with potential passwords) will be unencrypted\n*.pubxml\n*.publishproj\n\n# NuGet Packages\n*.nupkg\n# The packages folder can be ignored because of Package Restore\n**/packages/*\n# except build/, which is used as an MSBuild target.\n!**/packages/build/\n# Uncomment if necessary however generally it will be regenerated when needed\n#!**/packages/repositories.config\n\n# Windows Azure Build Output\ncsx/\n*.build.csdef\n\n# Windows Store app package directory\nAppPackages/\n\n# Others\n*.[Cc]ache\nClientBin/\n[Ss]tyle[Cc]op.*\n~$*\n*~\n*.dbmdl\n*.dbproj.schemaview\n*.pfx\n*.publishsettings\nnode_modules/\nbower_components/\n\n# RIA/Silverlight projects\nGenerated_Code/\n\n# Backup & report files from converting an old project file\n# to a newer Visual Studio version. Backup files are not needed,\n# because we have git ;-)\n_UpgradeReport_Files/\nBackup*/\nUpgradeLog*.XML\nUpgradeLog*.htm\n\n# SQL Server files\n*.mdf\n*.ldf\n\n# Business Intelligence projects\n*.rdl.data\n*.bim.layout\n*.bim_*.settings\n\n# Microsoft Fakes\nFakesAssemblies/\n\n# Node.js Tools for Visual Studio\n.ntvs_analysis.dat\n\n# Visual Studio 6 build log\n*.plg\n\n# Visual Studio 6 workspace options file\n*.opt\n\nproject.lock.json\n**/sample/**/wwwroot/lib/\n**/samples/**/wwwroot/lib/\n__pycache__/\n\n#Mac OSX \n.DS_Store\n\n# Windows thumbnail cache files\nThumbs.db\n\n# DocFx\napi/.manifest\n_exported_templates/\n"
  },
  {
    "path": "CNAME",
    "content": "blazor.net\n"
  },
  {
    "path": "CONTRIBUTING.md",
    "content": "# Contributing to the Blazor documentation\n\nThis document covers the process for contributing to the articles and code samples that are hosted at http://blazor.net. Contributions may be as simple as typo corrections or as complex as new articles.\n\n## How to make a simple correction or suggestion\n\nArticles are stored in the repository as markdown files. Simple changes to the content of a markdown file can be made in the browser by selecting the **Improve this Doc** link in the upper-right corner of the browser window, editing the doc on GitHub, and then submitting a pull request (PR) for the change. We will review the PR and accept it or suggest changes.\n\n## How to make a more complex submission\n\nYou'll need a basic understanding of [Git and GitHub.com](https://guides.github.com/activities/hello-world/).\n\n* Open an [issue](https://github.com/aspnet/Blazor.Docs/issues/new) describing what you want to do, such as change an existing article or create a new one. Wait for approval from the team before you invest much time. We usually request an outline for a new topic proposal.\n* Fork the [aspnet/Blazor.Docs](https://github.com/aspnet/Blazor.Docs/) repo and create a branch for your changes.\n* Submit a pull request (PR) to master with your changes.\n* If your PR has the label 'cla-required' assigned, [complete the Contribution License Agreement (CLA)](https://cla.dotnetfoundation.org/)\n* Respond to PR feedback.\n\n## Markdown syntax\n\nArticles are written in [DocFx-flavored Markdown (DFM)](http://dotnet.github.io/docfx/spec/docfx_flavored_markdown.html), which is a superset of [GitHub-flavored Markdown (GFM)](https://guides.github.com/features/mastering-markdown/). For examples of DFM syntax for UI features commonly used in the Blazor documentation, see [Metadata and Markdown Template](https://github.com/dotnet/docs/blob/master/styleguide/template.md) in the .NET repo style guide. \n\n## Folder structure conventions\n\nFor each markdown file, there may be a folder for images and a folder for sample code. For example, if the article is *tutorials/build-your-first-blazor-app.md*, the images are in *tutorials/build-your-first-blazor-app/\\_static* and the sample app project files are in *tutorials/build-your-first-blazor-app/samples/2.x* (for a 2.x versioned sample). An image in the *tutorials/build-your-first-blazor-app.md* file is rendered by the following markdown.\n\n```\n![description of image for alt attribute](tutorials/build-your-first-blazor-app/_static/image-name.png)\n```\n\n**All** images should have [alt text](https://wikipedia.org/wiki/Alt_attribute).\n\nMarkdown file names and image file names should be all lower case. Use dashes to separate words in file names.\n\n## Internal links\n\nInternal links should use the `uid` of the target article with an xref link:\n\n```\n[link_text](xref:uid_of_the_topic)\n```\n\nFor more informatin, see the [DocFX Cross Reference](http://dotnet.github.io/docfx/spec/docfx_flavored_markdown.html#cross-reference).\n\n## Code snippets\n\nArticles frequently contain code snippets to illustrate points. DFM lets you copy code into the Markdown file or refer to a separate code file. We prefer to use separate code files whenever possible to minimize the chance of errors in the code. The code files should be stored in the repo using the folder structure described above for sample projects. \n\nHere are some examples of [DFM code snippet syntax](http://dotnet.github.io/docfx/spec/docfx_flavored_markdown.html#code-snippet) that would be used in a *tutorials/build-your-first-blazor-app.md* file.\n\nTo render an entire code file as a snippet:\n\n```\n[!code-csharp[Main](tutorials/build-your-first-blazor-app/sample/Program.cs)]\n```\n\nTo render a portion of a file as a snippet by using line numbers:\n\n```\n[!code-csharp[Main](tutorials/build-your-first-blazor-app/sample/Program.cs?range=1-10,20,30,40-50]\n[!code-html[Main](tutorials/build-your-first-blazor-app/sample/Pages/Index.cshtml?range=1-10,20,30,40-50]\n```\n\nFor C# snippets, you can reference a [C# region](https://docs.microsoft.com/dotnet/csharp/language-reference/preprocessor-directives/preprocessor-region). Whenever possible, use regions rather than line numbers because line numbers in a code file tend to change and become out of sync with line number references in markdown. C# regions can be nested; and if you reference the outer region, the inner `#region` and `#endregion` directives aren't rendered in a snippet. \n\nTo render a C# region named \"snippet_Example\":\n\n```\n[!code-csharp[Main](tutorials/build-your-first-blazor-app/sample/Program.cs?name=snippet_Example)]\n```\n\nTo highlight selected lines in a rendered snippet (usually renders as yellow background color):\n\n```\n[!code-csharp[Main](tutorials/build-your-first-blazor-app/sample/Program.cs?name=snippet_Example&highlight=1-3,10,20-25)]\n[!code-csharp[Main](tutorials/build-your-first-blazor-app/sample/Program.cs?range=10-20&highlight=1-3]\n[!code-html[Main](tutorials/build-your-first-blazor-app/sample/Pages/Index.cshtml?range=10-20&highlight=1-3]\n[!code-javascript[Main](tutorials/build-your-first-blazor-app/sample/BlazorApp1.csproj?range=10-20&highlight=1-3]\n```\n\n## Test your changes with DocFX\n\nTest your changes with the [DocFX command-line tool](https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html#2-use-docfx-as-a-command-line-tool), which creates a locally-hosted version of the site. DocFX doesn't render style and site extensions created for docs.microsoft.com.\n\nDocFX requires the .NET Framework on Windows or Mono for Linux/macOS. \n\n### Windows instructions\n\n* Download and unzip *docfx.zip* from [DocFX releases](https://github.com/dotnet/docfx/releases).\n* Add DocFX to your PATH.\n* In a console window, navigate to root of the repo (where the *docfx.json* file resides) and run the following command:\n\n  ```\n  docfx --serve\n  ```\n* In a browser, navigate to `http://localhost:8080`.\n\n### Mono instructions\n\n* Install Mono via Homebrew:\n\n  ```\n  brew install mono\n  ```\n* Download the [latest version of DocFX](https://github.com/dotnet/docfx/releases).\n* Extract the archive to *$HOME/bin/docfx*.\n* Create a pair of aliases for **docfx** in a bash shell. The first alias is used to build the documentation. The second alias is used to build and serve the documentation.\n\n  ```\n  alias docfx='mono $HOME/bin/docfx/docfx.exe'\n  alias docfx-serve='mono $HOME/bin/docfx/docfx.exe --serve'\n  ```\n* Execute `docfx` from the root of the repo to build the site. Execute `docfx-serve` to view the site at `http://localhost:8080`.\n\n## Voice and tone\n\nOur goal is to write documentation that is easily understandable by the widest possible audience. To that end, we've established guidelines for writing style that we ask our contributors to follow. For more information, see [Voice and tone guidelines](https://github.com/dotnet/docs/blob/master/styleguide/voice-tone.md) in the .NET repo.\n\n## Microsoft Writing Style Guide\n\nThe [Microsoft Writing Style Guide](https://docs.microsoft.com/style-guide/welcome/) provides writing style and terminology guidance for all forms of technology communication, including the Blazor documentation.\n"
  },
  {
    "path": "LICENSE",
    "content": "Attribution 4.0 International\n\n=======================================================================\n\nCreative Commons Corporation (\"Creative Commons\") is not a law firm and\ndoes not provide legal services or legal advice. Distribution of\nCreative Commons public licenses does not create a lawyer-client or\nother relationship. Creative Commons makes its licenses and related\ninformation available on an \"as-is\" basis. Creative Commons gives no\nwarranties regarding its licenses, any material licensed under their\nterms and conditions, or any related information. Creative Commons\ndisclaims all liability for damages resulting from their use to the\nfullest extent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and\nconditions that creators and other rights holders may use to share\noriginal works of authorship and other material subject to copyright\nand certain other rights specified in the public license below. The\nfollowing considerations are for informational purposes only, are not\nexhaustive, and do not form part of our licenses.\n\n     Considerations for licensors: Our public licenses are\n     intended for use by those authorized to give the public\n     permission to use material in ways otherwise restricted by\n     copyright and certain other rights. Our licenses are\n     irrevocable. Licensors should read and understand the terms\n     and conditions of the license they choose before applying it.\n     Licensors should also secure all rights necessary before\n     applying our licenses so that the public can reuse the\n     material as expected. Licensors should clearly mark any\n     material not subject to the license. This includes other CC-\n     licensed material, or material used under an exception or\n     limitation to copyright. More considerations for licensors:\n\twiki.creativecommons.org/Considerations_for_licensors\n\n     Considerations for the public: By using one of our public\n     licenses, a licensor grants the public permission to use the\n     licensed material under specified terms and conditions. If\n     the licensor's permission is not necessary for any reason--for\n     example, because of any applicable exception or limitation to\n     copyright--then that use is not regulated by the license. Our\n     licenses grant only permissions under copyright and certain\n     other rights that a licensor has authority to grant. Use of\n     the licensed material may still be restricted for other\n     reasons, including because others have copyright or other\n     rights in the material. A licensor may make special requests,\n     such as asking that all changes be marked or described.\n     Although not required by our licenses, you are encouraged to\n     respect those requests where reasonable. More_considerations\n     for the public: \n\twiki.creativecommons.org/Considerations_for_licensees\n\n=======================================================================\n\nCreative Commons Attribution 4.0 International Public License\n\nBy exercising the Licensed Rights (defined below), You accept and agree\nto be bound by the terms and conditions of this Creative Commons\nAttribution 4.0 International Public License (\"Public License\"). To the\nextent this Public License may be interpreted as a contract, You are\ngranted the Licensed Rights in consideration of Your acceptance of\nthese terms and conditions, and the Licensor grants You such rights in\nconsideration of benefits the Licensor receives from making the\nLicensed Material available under these terms and conditions.\n\n\nSection 1 -- Definitions.\n\n  a. Adapted Material means material subject to Copyright and Similar\n     Rights that is derived from or based upon the Licensed Material\n     and in which the Licensed Material is translated, altered,\n     arranged, transformed, or otherwise modified in a manner requiring\n     permission under the Copyright and Similar Rights held by the\n     Licensor. For purposes of this Public License, where the Licensed\n     Material is a musical work, performance, or sound recording,\n     Adapted Material is always produced where the Licensed Material is\n     synched in timed relation with a moving image.\n\n  b. Adapter's License means the license You apply to Your Copyright\n     and Similar Rights in Your contributions to Adapted Material in\n     accordance with the terms and conditions of this Public License.\n\n  c. Copyright and Similar Rights means copyright and/or similar rights\n     closely related to copyright including, without limitation,\n     performance, broadcast, sound recording, and Sui Generis Database\n     Rights, without regard to how the rights are labeled or\n     categorized. For purposes of this Public License, the rights\n     specified in Section 2(b)(1)-(2) are not Copyright and Similar\n     Rights.\n\n  d. Effective Technological Measures means those measures that, in the\n     absence of proper authority, may not be circumvented under laws\n     fulfilling obligations under Article 11 of the WIPO Copyright\n     Treaty adopted on December 20, 1996, and/or similar international\n     agreements.\n\n  e. Exceptions and Limitations means fair use, fair dealing, and/or\n     any other exception or limitation to Copyright and Similar Rights\n     that applies to Your use of the Licensed Material.\n\n  f. Licensed Material means the artistic or literary work, database,\n     or other material to which the Licensor applied this Public\n     License.\n\n  g. Licensed Rights means the rights granted to You subject to the\n     terms and conditions of this Public License, which are limited to\n     all Copyright and Similar Rights that apply to Your use of the\n     Licensed Material and that the Licensor has authority to license.\n\n  h. Licensor means the individual(s) or entity(ies) granting rights\n     under this Public License.\n\n  i. Share means to provide material to the public by any means or\n     process that requires permission under the Licensed Rights, such\n     as reproduction, public display, public performance, distribution,\n     dissemination, communication, or importation, and to make material\n     available to the public including in ways that members of the\n     public may access the material from a place and at a time\n     individually chosen by them.\n\n  j. Sui Generis Database Rights means rights other than copyright\n     resulting from Directive 96/9/EC of the European Parliament and of\n     the Council of 11 March 1996 on the legal protection of databases,\n     as amended and/or succeeded, as well as other essentially\n     equivalent rights anywhere in the world.\n\n  k. You means the individual or entity exercising the Licensed Rights\n     under this Public License. Your has a corresponding meaning.\n\n\nSection 2 -- Scope.\n\n  a. License grant.\n\n       1. Subject to the terms and conditions of this Public License,\n          the Licensor hereby grants You a worldwide, royalty-free,\n          non-sublicensable, non-exclusive, irrevocable license to\n          exercise the Licensed Rights in the Licensed Material to:\n\n            a. reproduce and Share the Licensed Material, in whole or\n               in part; and\n\n            b. produce, reproduce, and Share Adapted Material.\n\n       2. Exceptions and Limitations. For the avoidance of doubt, where\n          Exceptions and Limitations apply to Your use, this Public\n          License does not apply, and You do not need to comply with\n          its terms and conditions.\n\n       3. Term. The term of this Public License is specified in Section\n          6(a).\n\n       4. Media and formats; technical modifications allowed. The\n          Licensor authorizes You to exercise the Licensed Rights in\n          all media and formats whether now known or hereafter created,\n          and to make technical modifications necessary to do so. The\n          Licensor waives and/or agrees not to assert any right or\n          authority to forbid You from making technical modifications\n          necessary to exercise the Licensed Rights, including\n          technical modifications necessary to circumvent Effective\n          Technological Measures. For purposes of this Public License,\n          simply making modifications authorized by this Section 2(a)\n          (4) never produces Adapted Material.\n\n       5. Downstream recipients.\n\n            a. Offer from the Licensor -- Licensed Material. Every\n               recipient of the Licensed Material automatically\n               receives an offer from the Licensor to exercise the\n               Licensed Rights under the terms and conditions of this\n               Public License.\n\n            b. No downstream restrictions. You may not offer or impose\n               any additional or different terms or conditions on, or\n               apply any Effective Technological Measures to, the\n               Licensed Material if doing so restricts exercise of the\n               Licensed Rights by any recipient of the Licensed\n               Material.\n\n       6. No endorsement. Nothing in this Public License constitutes or\n          may be construed as permission to assert or imply that You\n          are, or that Your use of the Licensed Material is, connected\n          with, or sponsored, endorsed, or granted official status by,\n          the Licensor or others designated to receive attribution as\n          provided in Section 3(a)(1)(A)(i).\n\n  b. Other rights.\n\n       1. Moral rights, such as the right of integrity, are not\n          licensed under this Public License, nor are publicity,\n          privacy, and/or other similar personality rights; however, to\n          the extent possible, the Licensor waives and/or agrees not to\n          assert any such rights held by the Licensor to the limited\n          extent necessary to allow You to exercise the Licensed\n          Rights, but not otherwise.\n\n       2. Patent and trademark rights are not licensed under this\n          Public License.\n\n       3. To the extent possible, the Licensor waives any right to\n          collect royalties from You for the exercise of the Licensed\n          Rights, whether directly or through a collecting society\n          under any voluntary or waivable statutory or compulsory\n          licensing scheme. In all other cases the Licensor expressly\n          reserves any right to collect such royalties.\n\n\nSection 3 -- License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the\nfollowing conditions.\n\n  a. Attribution.\n\n       1. If You Share the Licensed Material (including in modified\n          form), You must:\n\n            a. retain the following if it is supplied by the Licensor\n               with the Licensed Material:\n\n                 i. identification of the creator(s) of the Licensed\n                    Material and any others designated to receive\n                    attribution, in any reasonable manner requested by\n                    the Licensor (including by pseudonym if\n                    designated);\n\n                ii. a copyright notice;\n\n               iii. a notice that refers to this Public License;\n\n                iv. a notice that refers to the disclaimer of\n                    warranties;\n\n                 v. a URI or hyperlink to the Licensed Material to the\n                    extent reasonably practicable;\n\n            b. indicate if You modified the Licensed Material and\n               retain an indication of any previous modifications; and\n\n            c. indicate the Licensed Material is licensed under this\n               Public License, and include the text of, or the URI or\n               hyperlink to, this Public License.\n\n       2. You may satisfy the conditions in Section 3(a)(1) in any\n          reasonable manner based on the medium, means, and context in\n          which You Share the Licensed Material. For example, it may be\n          reasonable to satisfy the conditions by providing a URI or\n          hyperlink to a resource that includes the required\n          information.\n\n       3. If requested by the Licensor, You must remove any of the\n          information required by Section 3(a)(1)(A) to the extent\n          reasonably practicable.\n\n       4. If You Share Adapted Material You produce, the Adapter's\n          License You apply must not prevent recipients of the Adapted\n          Material from complying with this Public License.\n\n\nSection 4 -- Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that\napply to Your use of the Licensed Material:\n\n  a. for the avoidance of doubt, Section 2(a)(1) grants You the right\n     to extract, reuse, reproduce, and Share all or a substantial\n     portion of the contents of the database;\n\n  b. if You include all or a substantial portion of the database\n     contents in a database in which You have Sui Generis Database\n     Rights, then the database in which You have Sui Generis Database\n     Rights (but not its individual contents) is Adapted Material; and\n\n  c. You must comply with the conditions in Section 3(a) if You Share\n     all or a substantial portion of the contents of the database.\n\nFor the avoidance of doubt, this Section 4 supplements and does not\nreplace Your obligations under this Public License where the Licensed\nRights include other Copyright and Similar Rights.\n\n\nSection 5 -- Disclaimer of Warranties and Limitation of Liability.\n\n  a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE\n     EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS\n     AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF\n     ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,\n     IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,\n     WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR\n     PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,\n     ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT\n     KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT\n     ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.\n\n  b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE\n     TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,\n     NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,\n     INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,\n     COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR\n     USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN\n     ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR\n     DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR\n     IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.\n\n  c. The disclaimer of warranties and limitation of liability provided\n     above shall be interpreted in a manner that, to the extent\n     possible, most closely approximates an absolute disclaimer and\n     waiver of all liability.\n\n\nSection 6 -- Term and Termination.\n\n  a. This Public License applies for the term of the Copyright and\n     Similar Rights licensed here. However, if You fail to comply with\n     this Public License, then Your rights under this Public License\n     terminate automatically.\n\n  b. Where Your right to use the Licensed Material has terminated under\n     Section 6(a), it reinstates:\n\n       1. automatically as of the date the violation is cured, provided\n          it is cured within 30 days of Your discovery of the\n          violation; or\n\n       2. upon express reinstatement by the Licensor.\n\n     For the avoidance of doubt, this Section 6(b) does not affect any\n     right the Licensor may have to seek remedies for Your violations\n     of this Public License.\n\n  c. For the avoidance of doubt, the Licensor may also offer the\n     Licensed Material under separate terms or conditions or stop\n     distributing the Licensed Material at any time; however, doing so\n     will not terminate this Public License.\n\n  d. Sections 1, 5, 6, 7, and 8 survive termination of this Public\n     License.\n\n\nSection 7 -- Other Terms and Conditions.\n\n  a. The Licensor shall not be bound by any additional or different\n     terms or conditions communicated by You unless expressly agreed.\n\n  b. Any arrangements, understandings, or agreements regarding the\n     Licensed Material not stated herein are separate from and\n     independent of the terms and conditions of this Public License.\n\n\nSection 8 -- Interpretation.\n\n  a. For the avoidance of doubt, this Public License does not, and\n     shall not be interpreted to, reduce, limit, restrict, or impose\n     conditions on any use of the Licensed Material that could lawfully\n     be made without permission under this Public License.\n\n  b. To the extent possible, if any provision of this Public License is\n     deemed unenforceable, it shall be automatically reformed to the\n     minimum extent necessary to make it enforceable. If the provision\n     cannot be reformed, it shall be severed from this Public License\n     without affecting the enforceability of the remaining terms and\n     conditions.\n\n  c. No term or condition of this Public License will be waived and no\n     failure to comply consented to unless expressly agreed to by the\n     Licensor.\n\n  d. Nothing in this Public License constitutes or may be interpreted\n     as a limitation upon, or waiver of, any privileges and immunities\n     that apply to the Licensor or You, including from the legal\n     processes of any jurisdiction or authority.\n\n\n=======================================================================\n\nCreative Commons is not a party to its public\nlicenses. Notwithstanding, Creative Commons may elect to apply one of\nits public licenses to material it publishes and in those instances\nwill be considered the “Licensor.” The text of the Creative Commons\npublic licenses is dedicated to the public domain under the CC0 Public\nDomain Dedication. Except for the limited purpose of indicating that\nmaterial is shared under a Creative Commons public license or as\notherwise permitted by the Creative Commons policies published at\ncreativecommons.org/policies, Creative Commons does not authorize the\nuse of the trademark \"Creative Commons\" or any other trademark or logo\nof Creative Commons without its prior written consent including,\nwithout limitation, in connection with any unauthorized modifications\nto any of its public licenses or any other arrangements,\nunderstandings, or agreements concerning use of licensed material. For\nthe avoidance of doubt, this paragraph does not form part of the\npublic licenses.\n\nCreative Commons may be contacted at creativecommons.org."
  },
  {
    "path": "LICENSE-CODE",
    "content": "The MIT License (MIT)\nCopyright (c) Microsoft Corporation\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and \nassociated documentation files (the \"Software\"), to deal in the Software without restriction, \nincluding without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, \nand/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, \nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial \nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT \nNOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. \nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, \nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE \nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
  },
  {
    "path": "README.md",
    "content": "# Blazor Docs\n\nThe Blazor docs have moved to the https://github.com/aspnet/AspNetCore.Docs repo and are published at https://docs.microsoft.com/en-us/aspnet/core/blazor.\n\nFor an overview of the many projects being worked on by the Blazor community page check out the [Awesome Blazor](https://github.com/AdrienTorris/awesome-blazor) page.\n"
  },
  {
    "path": "ThirdPartyNotices",
    "content": "##Legal Notices\nMicrosoft and any contributors grant you a license to the Microsoft documentation and other content\nin this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode),\nsee the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the\n[LICENSE-CODE](LICENSE-CODE) file.\n\nMicrosoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation\nmay be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.\nThe licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.\nMicrosoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.\n\nPrivacy information can be found at https://privacy.microsoft.com/en-us/\n\nMicrosoft and any contributors reserve all others rights, whether under their respective copyrights, patents,\nor trademarks, whether by implication, estoppel or otherwise."
  },
  {
    "path": "api/.gitignore",
    "content": "###############\n#  temp file  #\n###############\n*.yml\n"
  },
  {
    "path": "api/index.md",
    "content": "---\ntitle: Blazor API\ndescription: Find information on the Blazor API.\nuid: api\n---\n# Blazor API\n\n[!INCLUDE[](~/includes/razor-components-preview-notice.md)]\n\nWelcome to the Blazor API area!\n\n## Namespaces\n\nUse the namespace links in the Table of Contents.\n"
  },
  {
    "path": "appveyor.yml",
    "content": "skip_tags: true\n\nimage: Visual Studio 2017\n\nclone_depth: 1\n\nbranches:\n  only:\n    - live\n\ninstall:\n  - cinst docfx --version 2.40.7\n\nbuild_script:\n  - docfx\n\ndeploy_script:\n  - git config --global credential.helper store\n  - ps: Add-Content \"$env:USERPROFILE\\.git-credentials\" \"https://$($env:GITHUB_ACCESS_TOKEN):x-oauth-basic@github.com`n\"\n  - git config --global user.email %GITHUB_EMAIL%\n  - git config --global user.name \"Blazor doc agent\"\n  - bash releaseDocs.sh\n  \n"
  },
  {
    "path": "community.md",
    "content": "# Blazor community resources\n\n[!INCLUDE[](~/includes/razor-components-preview-notice.md)]\n\nBelow is a list of projects and resources from the Blazor community (links in each section are alphabetical). If you know about a Blazor project that isn't listed, please let us know. We're happy to add it to the list.\n\n## Libraries\n\n* [BlazorBits](http://blazorbits.net) ([GitHub repo](https://github.com/blazorbits)) &ndash; Components including [Monaco editor](https://github.com/Microsoft/monaco-editor).\n* [BlazorComponents](https://github.com/muqeet-khan/BlazorComponents) &ndash; A demonstration of [Chart.js](https://github.com/chartjs/Chart.js) interop.\n* [BlazorConfirm](https://github.com/ctrl-alt-d/BlazorConfirm) ([Demo](https://ctrl-alt-d.github.io/BlazorConfirm/)) &ndash; A Blazor wrapper for JavaScript's `window.confirm()` and `onbeforeunload`.\n* [BlazorContextMenu](https://github.com/stavroskasidis/BlazorContextMenu) &ndash; A context menu for blazor.\n* [BlazorDB](https://github.com/chanan/BlazorDB) &ndash; In-memory, persisted to local storage, database for Blazor.\n* [Blazored.LocalStorage](https://github.com/blazored/LocalStorage) &ndash; A library to provide access to local storage in Blazor apps.\n* [Blazored.Menu](https://github.com/Blazored/Menu) &ndash; A JavaScript-free menu library for Blazor and Razor Components apps.\n* [Blazored.Modal](https://github.com/Blazored/Modal) &ndash; A JavaScript free modal library for Blazor and Razor Components applications.\n* [Blazored.Toast](https://github.com/Blazored/Toast) &ndash; A JavaScript free toast library for Blazor and Razor Component applications.\n* [Blazored.Localisation](https://github.com/Blazored/Localisation) &ndash; A library to provide localisation in client-side Blazor applications.\n* [BlazorEmbedLibrary](https://github.com/SQL-MisterMagoo/BlazorEmbedLibrary) &ndash; Provides Blazor-style embedded resources to Razor Components projects.\n* [BlazorWebSocketHelper](https://github.com/Lupusa87/BlazorWebSocketHelper) &ndash; A WebSocket library for Blazor.\n* [BlazorGrid](https://github.com/AnkitSharma-007/BlazorGrid) &ndash; Reusable grid component for Blazor, which also supports client side pagination.\n* [Blazorise](https://github.com/stsrki/Blazorise) ([Demo](https://bootstrapdemo.blazorise.com/)) &ndash; Components library for Blazor with support for Bootstrap, Bulma, and Material CSS.\n* [BlazorMaterial](https://github.com/BlazorExtensions/BlazorMaterial) &ndash; Blazor components implementing Google's Material components for web ([Material Design: Web](https://material.io/components/web)).\n* [BlazorNodaTimeDateTimePicker](https://github.com/nheath99/BlazorNodaTimeDateTimePicker) &ndash; A date picker using NodaTime.\n* [Blazorous](https://github.com/chanan/Blazorous) &ndash; Maintainable CSS with Blazor.\n* [BlazorScrollbar](https://github.com/Lupusa87/BlazorScrollbar) ([Demo](https://lupblazorscrollbar.z20.web.core.windows.net/)) &ndash; Reusable, fully configurable component with vertical and horizontal scrollbars.\n* [BlazorSignalR](https://github.com/csnewman/BlazorSignalR) &ndash; ASP.NET Core SignalR .NET client support for Blazor.\n* [BlazorSplit](https://github.com/BlazorComponents/BlazorSplit) ([Demo](https://blazorcomponents.github.io/BlazorSplit/)) &ndash; Resizeable split views.\n* [BlazorSplitter](https://github.com/Lupusa87/BlazorSplitter) ([Demo](https://lupblazorsplitter.z20.web.core.windows.net/)) &ndash; Reusable, fully configurable component with vertical and horizontal splitters and diagonal resizer.\n* [BlazorStorage](https://github.com/cloudcrate/BlazorStorage) &ndash; Blazor local and session storage support.\n* [BlazorStrap](https://github.com/chanan/BlazorStrap) &ndash; Bootstrap 4 Components for Blazor.\n* [BlazorTodos](https://lupblazortodo.z20.web.core.windows.net/) &ndash; Blazor todos demo app with registration, jwt authentication, email reminders and more, backed with Azure Storage Tables.\n* [BlazorVirtualGrid](https://github.com/Lupusa87/BlazorVirtualGrid) ([Demo](https://lupblazorvirtualgrid.z13.web.core.windows.net/)) &ndash; Reusable, fully configurable component with rows and columns fast virtualization.\n* [Blazor Barcode](https://barcoderesource.com/blazorbarcode.shtml) &ndash; A barcode library for Blazor using barcode fonts.\n* [Blazor Charts](https://github.com/Misfits-Rebels-Outcasts/Blazor-Charts) &ndash; SVG Charts for Blazor.\n* [Blazor Extensions Home](https://github.com/BlazorExtensions/Home) &ndash; Home for Blazor Extensions.\n* [Blazor Fluxor](https://mrpmorris.github.io/blazor-fluxor/) &ndash; Flux/Redux library.\n* [Blazor Gamepad](https://github.com/jsakamoto/Toolbelt.Blazor.Gamepad) &ndash; A library to provide gamepad API access for Blazor.\n* [Blazor Hotkeys](https://github.com/jsakamoto/Toolbelt.Blazor.Hotkeys) &ndash; A library to provide configuration-centric keyboard shortcuts for Blazor.\n* [Blazor LoadingBar](https://github.com/jsakamoto/Toolbelt.Blazor.LoadingBar) &ndash; A Blazor port of [angular-loading-bar](https://github.com/chieffancypants/angular-loading-bar).\n* [Blazor LocalFiles](https://github.com/jburman/W8lessLabs.Blazor.LocalFiles) &ndash; Open files in your browser and load into Blazor.\n* [Blazor Realm](https://dworthen.github.io/BlazorRealm/docs/quickstart.html) &ndash; Redux state management with middleware support.\n* [Blazor Redux](https://github.com/torhovland/blazor-redux) &ndash; This library offers Redux-style state management for Blazor.\n* [Blazor SpeechSynthesis](https://github.com/jsakamoto/Toolbelt.Blazor.SpeechSynthesis) &ndash; A library to provide Speech Synthesis API access for Blazor.\n* [Blazor SVG Helper](https://github.com/Lupusa87/BlazorSvgHelper) ([Demo](https://lupblazordemos.z13.web.core.windows.net)) &ndash; Create SVG elements with children (circle, rectangle, image, text, and others) and render with RenderTreeBuilder.\n* [Blazor Time Zone Kit](https://github.com/jsakamoto/Toolbelt.Blazor.TimeZoneKit) &ndash; A library to provide system time zones and local time zone initialization in Blazor apps.\n* [Blazor Tweet Button](https://github.com/jsakamoto/Toolbelt.Blazor.TwitterShareButton) &ndash; A Tweet Button component for Blazor.\n* [Blazor.Extensions.OfficeUIFabric](https://github.com/BlazorExtensions/Blazor.Extensions.OfficeUIFabric) &ndash; Microsoft Office Fabric UI port for Blazor.\n* [Blazor.FlexGrid](https://github.com/Mewriick/Blazor.FlexGrid) &ndash; GridView component for Blazor.\n* [Blazor.Payments](https://github.com/philipblaquiere/Blazor.Payments) &ndash; A library that replicates the [W3C Payment Request API](https://w3c.github.io/payment-request/) contracts in Blazor apps.\n* [Blazor.Polyfill](https://github.com/Daddoon/Blazor.Polyfill) &ndash; A Blazor compatibility library for Internet Explorer 11 and other browsers.\n* [Blazor.Xamarin](https://github.com/Daddoon/Blazor.Xamarin) &ndash; Host Blazor apps as standalone hybrid mobile apps with Xamarin.\n* [Blazor-State](https://timewarpengineering.github.io/blazor-state/) &ndash; Blazor-State is a client side pipeline architecture utilizing MediatR with plugin behaviors.\n* [Canvas](https://github.com/BlazorExtensions/Canvas) &ndash; HTML5 Canvas API implementation for Microsoft Blazor.\n* [ChartJs.Blazor](https://github.com/mariusmuntean/ChartJs.Blazor) &ndash; Blazor Component that wraps ChartJS.\n* [DevExpress Blazor UI Components](https://github.com/DevExpress/RazorComponents) &ndash; UI components including Data Grid, Pivot Grid, and several data editors.\n* [Elmah.Io.Blazor](https://github.com/elmahio/Elmah.Io.Blazor) &ndash; Logs from Blazor to [elmah.io](https://elmah.io/) using Microsoft.Extensions.Logging.\n* [Logging](https://github.com/BlazorExtensions/Logging) &ndash; Microsoft Extension Logging implementation for Blazor.\n* [MatBlazor](https://github.com/BlazorComponents/MatBlazor) ([Demo](https://blazorcomponents.github.io/MatBlazor/)) &ndash; Google Material components for web in Blazor.\n* [NObservable](https://github.com/kekekeks/NObservable) &ndash; MobX-like observables and component instrumentation.\n* [Notifications](https://github.com/BlazorExtensions/Notifications) &ndash; HTML5 Notifications API implementation for Microsoft Blazor.\n* [SignalR](https://github.com/BlazorExtensions/SignalR) &ndash; SignalR Core support for Microsoft ASP.NET Core Blazor.\n* [Sotsera.Blazor.Toaster](https://github.com/sotsera/sotsera.blazor.toaster) ([Demo](https://sotsera.github.io/sotsera.blazor.toaster/)) &ndash; A Blazor port of [Toastr.js](https://github.com/CodeSeven/toastr/).\n* [Storage](https://github.com/BlazorExtensions/Storage) &ndash; HTML5 Storage API implementation for Microsoft Blazor.\n* [Syncfusion Blazor UI Components](https://github.com/syncfusion/ej2-aspnet-core-blazor-samples) &ndash; A complete library of robust UI components including [Data Grid](https://ej2.syncfusion.com/aspnet-core-razor-components/Grid/DefaultFunctionalities), [Charts](https://ej2.syncfusion.com/aspnet-core-razor-components/Charts/polar), [Scheduler](https://ej2.syncfusion.com/aspnet-core-razor-components/Schedule/TimelineResourceGroup), [Inputs](https://ej2.syncfusion.com/aspnet-core-razor-components/TextBox/DefaultFunctionalities), and various [Editor](https://ej2.syncfusion.com/aspnet-core-razor-components/RichTextEditor/DefaultFunctionalities) components. \n* [Telerik UI for Blazor](https://www.telerik.com/blazor-ui) &ndash; A native set of UI components for Blazor, including grid, charting, and calendar components.\n* [Toastr](https://github.com/BlazorExtensions/Toastr) &ndash; A Blazor port of [Toastr.js](https://github.com/CodeSeven/toastr/).\n\n## Samples and tutorials\n\n* [A Nicer Looking Blazor Loading Page](http://lightswitchhelpwebsite.com/Blog/tabid/61/EntryId/4315/A-Nicer-Looking-Blazor-Loading-Page.aspx) &ndash; Customize the Blazor loading page using [SpinKit](https://github.com/tobiasahlin/SpinKit).\n* [ASP.NET Core Master/Detail CRUD](https://code.msdn.microsoft.com/vstudio/ASPNET-Core-Blazor-122b108a) &ndash; A master/detail HTML CRUD example with sorting and filtering using Entity Framework and Web API.\n* [BlazeDown](https://github.com/EdCharbeneau/BlazeDown) ([Demo](http://edcharbeneau.com/BlazeDown/)) &ndash; An online markdown editor built with Blazor.\n* [Blazing Chuck](https://davidpine.net/blog/blazing-chuck/) ([Demo](https://bit.ly/BlazingChuck)) &ndash; An example Blazor app that displays random \"nerdy\" Chuck Norris jokes.\n* [BlazorPass](https://github.com/ebekker/BlazorPass) &ndash; Blazor UI and ASP.NET Core API to manage Active Directory credentials.\n* [Blazor + Electron sample](https://github.com/aspnet/AspLabs/tree/master/src/ComponentsElectron) &ndash; Explore how a Blazor app can be used to build a cross-platform desktop app.\n* [Blazor + Sitecore](https://github.com/GoranHalvarsson/SitecoreBlazor) ([Blog post](https://visionsincode.wordpress.com/2018/06/30/time-travel-into-the-future-blazor-sitecore-helix/)) &ndash; Example of dynamic pages and routes with SiteCore and [Helix](https://helix.sitecore.net/).\n* [Blazor Admin Dashboard](https://github.com/Misfits-Rebels-Outcasts/Blazor-Dashboard) &ndash; An admin dashboard for Blazor.\n* [Blazor Asteroids](https://github.com/aesalazar/AsteroidsWasm) ([Demo](https://aesalazar.github.io/AsteroidsWasm/)) &ndash; The 80's classic video game developed in C# for WinForms/WPF but running Blazor.\n* [Blazor Bricks](https://www.codeproject.com/Articles/1241210/WebAssembly-with-Blazor) &ndash; A bricks game developed with C# and Blazor.\n* [Blazor Calculator](https://github.com/Lupusa87/BlazorCalculator) ([Demo](https://lupblazordemos.z13.web.core.windows.net/CalculatorPage)) &ndash; Simple calculator with history and ability to use previous results in new calculations.\n* [Blazor Calculator with Expressions](https://github.com/khaledmousa/BlazorCalculator) ([Demo](https://khaledmousa.github.io/)) &ndash; A sample numerical expression evaluator in Blazor utilizing an F# library that uses FsLex and FsYacc to parse expressions.\n* [Blazor Chat sample](https://github.com/conficient/BlazorChatSample) ([Demo](https://blazorchatsample.azurewebsites.net/)) &ndash; An app that demonstrates the use of [SignalR](https://docs.microsoft.com/aspnet/core/signalr/) to create a Blazor chat app.\n* [Blazor Chess](https://github.com/Lupusa87/BlazorChess) ([Demo](https://lupblazordemos.z13.web.core.windows.net/ChessPage)) &ndash; An experimental Blazor chess engine.\n* [Blazor Clock Canvas](https://github.com/Lupusa87/BlazorClockCanvas) ([Demo](https://lupblazordemos.z13.web.core.windows.net/ClockCanvas)) &ndash; Complex clock based on Canvas.\n* [Blazor Clock SVG](https://github.com/Lupusa87/BlazorClockSVG) ([Demo](https://lupblazordemos.z13.web.core.windows.net/)) &ndash; Complex clock based on SVG.\n* [Blazor Contoso University](https://github.com/lohithgn/blazor-contoso-university) &ndash; Contoso University recreated in Blazor.\n* [Blazor Converters](https://github.com/lohithgn/blazor-converters) ([Demo](http://blazorconverters.surge.sh)) &ndash; Windows 10 Calc Converters recreated in Blazor.\n* [Blazor Doughnut Chart](https://github.com/Lupusa87/BlazorDoughnutChartComponent) ([Demo](https://lupblazordemos.z13.web.core.windows.net/DoughnutChartpage)) &ndash; Doughnut charting with gradient colors using SVG.\n* [Blazor Examples](https://github.com/lohithgn/blazor-examples) ([Demo](http://blazorexamples.surge.sh/)) &ndash; Knockout JS examples recreated in Blazor.\n* [Blazor Game Snake](https://github.com/Lupusa87/BlazorGameSnake) ([Demo](https://lupblazordemos.z13.web.core.windows.net/GameSnakePage)) &ndash; 2D game snake with customizations, path finding algorithm, and sound effects using SVG.\n* [Blazor Graph API example](https://github.com/jburman/BlazorGraphExample) ([Demo](https://blazorgraph.z20.web.core.windows.net/)) &ndash; A self-contained Blazor app that connects to [Microsoft's Graph API](https://docs.microsoft.com/azure/active-directory/develop/active-directory-graph-api), queries the user's information, and allows the user to browse through their [OneDrive](https://onedrive.live.com/about/).\n* [Blazor Hacker News Clone](https://github.com/lohithgn/blazor-hackernews-clone) ([Demo](http://blazorhackernews.surge.sh/)) &ndash; A Hacker News clone built in Blazor.\n* [Blazor Loan Calculator](https://github.com/Lupusa87/BlazorLoanCalculator) ([Demo](https://lupblazordemos.z13.web.core.windows.net/LoanCalculatorPage)) &ndash; A loan payments calculator developed with Blazor.\n* [Blazor Paint](https://github.com/Lupusa87/BlazorPaint) ([Demo](https://lupblazordemos.z13.web.core.windows.net/PaintPage)) &ndash; Drawing app written in Blazor.\n* [Blazor Password Pattern](https://github.com/Lupusa87/BlazorPasswordPattern) ([Demo](https://lupblazordemos.z13.web.core.windows.net/PasswordPatternPage)) &ndash; Password pattern based on SVG.\n* [Blazor Performance Chart](https://lupblazordemos.z13.web.core.windows.net/PerformanceChartPage) &ndash; Performance Chart based on SVG.\n* [Blazor RealWorld example app](https://github.com/torhovland/blazor-realworld-example-app) &ndash; A full-stack app built with Blazor that includes CRUD operations, authentication, routing, and pagination.\n* [Blazor RSS Reader](https://github.com/lohithgn/blazor-rss-reader) ([Demo](https://blazorrssreader.surge.sh/)) &ndash; RSS Reader using Blazor.\n* [Blazor Spreadsheet](https://github.com/Lupusa87/BlazorSpreadsheet) ([Demo](https://lupblazordemos.z13.web.core.windows.net/SpreadsheetPage)) &ndash; Spreadsheet app developed in Blazor.\n* [Blazor Sushi](https://github.com/lohithgn/blazor-sushi) ([Demo](https://blazorsushi.surge.sh/)) &ndash; Kendo UI Sushi SPA recreated in Blazor.\n* [Blazor To-Do App](https://github.com/BorowskiKamil/blazor-tasks) &ndash; A Blazor app that allows you to create and edit tasks and manage categories of tasks.\n* [Blazor Tour of Heroes](https://github.com/lohithgn/blazor-tour-of-heroes) &ndash; A Blazor implementation of [Angular Tour of Heroes](https://angular.io/tutorial).\n* [Blazor UWP Sample](https://github.com/pushqrdx/Blazor.Universal) &ndash; Use Blazor.Server to build UWP apps.\n* [BlazorServiceWorker](https://github.com/roboriaan/BlazorServiceWorker) &ndash; A client-side Blazor template with service worker caching.\n* [Blazume](https://github.com/Amine-Smahi/Blazume) &ndash; A portfolio/resume template using Blazor.\n* [Bolero.TodoMVC](https://github.com/fsbolero/TodoMVC) &ndash; A TodoMVC clone using Bolero.\n* [CssBuilder](https://www.nuget.org/packages/BlazorComponentUtilities/) &ndash; A clean code approach to conditional CSS classes for Razor components in Blazor.\n* [Data Driven Layout](https://github.com/hutchcodes/Blazor.DataDrivenLayout) ([Blog post](https://hutchcodes.net/2018/09/data-driven-layout-in-razor-components/)) &ndash; Two ways of driving the layout based on data in the page.\n* [Do](https://github.com/jamie-lord/do) ([Demo](https://do.lord.technology)) &ndash; Todo.txt compatible todo app.\n* [FMRL](https://github.com/ebekker/FMRL) &ndash; Ephemeral Message Service. Messages sent are encrypted, securely transferred, and automatically deleted when they are retrieved.\n* [Money](https://github.com/maraf/Money) ([Demo](https://money.neptuo.com)) &ndash; A money manager implemented using CQRS+ES.\n* [Planning Poker for Azure](https://github.com/duracellko/planningpoker4azure) ([Demo](http://planningpoker.duracellko.net)) &ndash; An app to play [Planning Poker&trade;](https://www.planningpoker.com) for distributed teams. The app is implemented using Blazor and shows how to switch between client-side and server-side mode with a configuration change. *Planning Poker* is a registered trademark of [Mountain Goat Software, LLC](https://www.mountaingoatsoftware.com/).\n* [Toss](https://github.com/RemiBou/Toss.Blazor) &ndash; A Twitter-like web app that allows the user to sign in, post a new message (a \"toss\") with hashtag, and select favorite hashtags for finding messages.\n* [TreeCRUD](https://github.com/ctrl-alt-d/TreeCrud) &ndash; A simple server-side Blazor CRUD app to deal with hierarchical data. The project has a data layer with GraphQL for R (Read) and classical REST for CUD (Create, Update, Delete).\n* [TrendTv](https://github.com/MattMarked/TrendTv) ([Demo](http://zaptube2.azurewebsites.net/)) &ndash; Fetch a video list from YouTube and \"zap\" in real time between trending videos, filtered by country or category.\n* [Try F# on WebAssembly](https://github.com/fsbolero/TryFSharpOnWasm) &ndash; The F# compiler running in WebAssembly with Bolero.\n* [Tzaar](https://github.com/paularundel/tzaar) ([Demo](https://tzaar.azurewebsites.net/)) &ndash; Implementation of the board game Tzaar with Blazor and SignalR. \n* [Quiz](https://github.com/Amine-Smahi/BlazorQuiz) &ndash; Simple quiz using Blazor.\n* [Validation Controls using Blazor](https://github.com/hishamco/BlazorValidationControls) &ndash; Blog posts: [Part I: Basic Validation Controls](http://www.hishambinateya.com/part1-validation-controls-using-blazor-basic-validation-controls) | [Part II: Custom Validation Controls](http://www.hishambinateya.com/part2-validation-controls-using-blazor-custom-validation-controls)\n* [WebSocketPage](https://github.com/Lupusa87/BlazorWebSocketHelper) ([Demo](https://lupblazordemos.z13.web.core.windows.net/WebSocketPage)) &ndash; WebSocket example for Blazor.\n\n## Tooling\n\n* [BlazorFiddle](https://blazorfiddle.com) &ndash; Blazor .NET developer playground and code editor in the browser.\n* [Blazor Minimum Project Templates](https://github.com/jsakamoto/BlazorMinimumTemplates) &ndash; A project templates package of Blazor apps without JavaScript and CSS libraries.\n* [Blazor Snippets Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=ScottSauber.blazorsnippets) &ndash; A Visual Studio Code extension that offers Blazor and Razor snippets.\n* [Razor+ Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=austincummings.razor-plus) &ndash; A Visual Studio Code extension that offers improved Razor support.\n\n## Community documentation\n\n* [Awesome Blazor](https://github.com/AdrienTorris/awesome-blazor) &ndash; A collection of useful Blazor resources.\n* [Blazor Bites](https://chrissainty.com/tag/blazor-bites/) &ndash; Posts on ASP.NET Core and Blazor subjects.\n* [Learn Blazor](https://learn-blazor.com/) &ndash; Community documentation on Blazor.\n* [LightSwitch Help Website](https://lightswitchhelpwebsite.com/Blog/tabid/61/tagid/66/Blazor.aspx) &ndash; Blogs and code samples primarily covering server-side Blazor (Razor Components).\n* [WebAssemblyMan](https://www.webassemblyman.com/) &ndash; Man page for Blazor and WebAssembly.\n\n## Books\n\n* [Blazor Revealed](https://www.apress.com/gp/book/9781484243428) &ndash; Build web apps in Microsoft .NET that run in any modern browser, helping you to transfer your .NET experience and skills to a new environment and build browser-based apps using a robust and type-safe language and runtime. \n* [Blazor Quick Start Guide: Build web applications using Blazor, EF Core, and SQL Server (2018)](https://amzn.to/2OToEji) &ndash; An introduction to Blazor core concepts and how to apply concepts to real-world web apps with the help of Entity Framework Core and SQL Server.\n* [Dockerizing ASP.NET Core and Blazor Applications on Mac](https://www.c-sharpcorner.com/ebooks/dockerizing-asp-net-core-and-blazor-applications-on-mac) &ndash; This book is targeted for beginning to intermediate .NET developers who want to jump into ASP.NET Core, Blazor, and Docker on macOS.\n\n## Courses\n\n* [Blazor First Look on LinkedIn Learning](https://www.linkedin.com/learning/blazor-first-look)\n* [Free Blazor Training Course](https://www.devexpress.com/support/training/blazor/)\n\n## Streams and podcasts\n\n* [Blazor StateHasChanged: The weekly community live show](https://www.youtube.com/edwardcharbeneau)\n\n## Other\n\n* [Bionic](https://bionicframework.github.io/Documentation) &ndash; An Ionic CLI clone for Blazor projects.\n* [Bolero](https://github.com/fsbolero/Bolero) &ndash; Blazor for F# with hot reloaded templates, type-safe endpoints and routing, remoting, and much more.\n"
  },
  {
    "path": "docfx.json",
    "content": "{\n  \"metadata\": [\n    {\n      \"src\": [\n        {\n          \"files\": [\n            \"src/**.dll\"\n          ]\n        }\n      ],\n      \"dest\": \"api\",\n      \"disableGitFeatures\": false\n    }\n  ],\n  \"build\": {\n    \"content\": [\n      {\n        \"files\": [\n          \"api/**.yml\",\n          \"toc.yml\",\n          \"**/*.md\"\n        ],\n        \"exclude\": [\n          \"**/obj/**\",\n          \"**/sample/**\",\n          \"**/samples/**\",\n          \"**/includes/**\",\n          \"_site/**\"\n        ],\n        \"src\": \".\"\n      }\n    ],\n    \"resource\": [\n      {\n        \"files\": [\n          \"**/*.png\",\n          \"**/*.jpg\"\n        ],\n        \"exclude\": [\n          \"**/obj/**\",\n          \"**/includes/**\",\n          \"_site/**\"\n        ],\n        \"src\": \".\"\n      }\n    ],\n    \"overwrite\": [],\n    \"dest\": \"_site\",\n    \"globalMetadataFiles\": [],\n    \"fileMetadataFiles\": [],\n    \"template\": [\n      \"default\",\n      \"template\"\n    ],\n    \"postProcessors\": [],\n    \"noLangKeyword\": false,\n    \"keepFileLink\": false,\n    \"cleanupCacheHistory\": false,\n    \"disableGitFeatures\": false,\n    \"globalMetadata\": {\n      \"_gitContribute\": {\n        \"branch\": \"master\"\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/App.cshtml",
    "content": "﻿<!--\n    Configuring this here is temporary. Later we'll move the app config\n    into Program.cs, and it won't be necessary to specify AppAssembly.\n-->\n<Router AppAssembly=typeof(Program).Assembly />\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/BlazorSample.csproj",
    "content": "﻿<Project Sdk=\"Microsoft.NET.Sdk.Web\">\n\n  <PropertyGroup>\n    <TargetFramework>netstandard2.0</TargetFramework>\n    <RunCommand>dotnet</RunCommand>\n    <RunArguments>blazor serve</RunArguments>\n    <LangVersion>7.3</LangVersion>\n  </PropertyGroup>\n\n  <ItemGroup>\n    <PackageReference Include=\"Microsoft.AspNetCore.Blazor.Browser\" Version=\"0.7.0\" />\n    <PackageReference Include=\"Microsoft.AspNetCore.Blazor.Build\" Version=\"0.7.0\" />\n    <DotNetCliToolReference Include=\"Microsoft.AspNetCore.Blazor.Cli\" Version=\"0.7.0\" />\n  </ItemGroup>\n\n</Project>\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Components/ListViewTemplate.cshtml",
    "content": "@typeparam TItem\n\n<ul>\n    @foreach (var item in Items)\n    {\n        @ItemTemplate(item)\n    }\n</ul>\n\n@functions {\n    [Parameter] RenderFragment<TItem> ItemTemplate { get; set; }\n    [Parameter] IReadOnlyList<TItem> Items { get; set; }\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Components/Tab.cshtml",
    "content": "﻿@using BlazorSample.UIInterfaces\n@implements IDisposable\n@implements ITab\n\n<li>\n    <a onclick=@Activate class=\"nav-link @TitleCssClass\" role=\"button\">\n        @Title\n    </a>\n</li>\n\n@functions {\n    [CascadingParameter] TabSet ContainerTabSet { get; set; }\n    [Parameter] string Title { get; set; }\n    [Parameter] public RenderFragment ChildContent { get; private set; }\n\n    string TitleCssClass => ContainerTabSet.ActiveTab == this ? \"active\" : null;\n\n    protected override void OnInit()\n    {\n        ContainerTabSet.AddTab(this);\n    }\n\n    public void Dispose()\n    {\n        ContainerTabSet.RemoveTab(this);\n    }\n\n    void Activate()\n    {\n        ContainerTabSet.SetActivateTab(this);\n    }\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Components/TabSet.cshtml",
    "content": "﻿@using BlazorSample.UIInterfaces\n\n<!-- Display the tab headers -->\n<CascadingValue Value=this>\n    <ul class=\"nav nav-tabs\">\n        @ChildContent\n    </ul>\n</CascadingValue>\n\n<!-- Display body for only the active tab -->\n<div class=\"nav-tabs-body p-4\">\n    @ActiveTab?.ChildContent\n</div>\n\n@functions {\n    [Parameter] RenderFragment ChildContent { get; set; }\n\n    public ITab ActiveTab { get; private set; }\n\n    public void AddTab(ITab tab)\n    {\n        if (ActiveTab == null)\n        {\n            SetActivateTab(tab);\n        }\n    }\n\n    public void RemoveTab(ITab tab)\n    {\n        if (ActiveTab == tab)\n        {\n            SetActivateTab(null);\n        }\n    }\n\n    public void SetActivateTab(ITab tab)\n    {\n        if (ActiveTab != tab)\n        {\n            ActiveTab = tab;\n            StateHasChanged();\n        }\n    }\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Components/TableTemplate.cshtml",
    "content": "@typeparam TItem\n\n<table class=\"table\">\n    <thead>\n        <tr>@TableHeader</tr>\n    </thead>\n    <tbody>\n        @foreach (var item in Items)\n        {\n            <tr>@RowTemplate(item)</tr>\n        }\n    </tbody>\n    <tfoot>\n        <tr>@TableFooter</tr>\n    </tfoot>\n</table>\n\n@functions {\n    [Parameter] RenderFragment TableHeader { get; set; }\n    [Parameter] RenderFragment<TItem> RowTemplate { get; set; }\n    [Parameter] RenderFragment TableFooter { get; set; }\n    [Parameter] IReadOnlyList<TItem> Items { get; set; }\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/JsInteropClasses/ExampleJsInterop.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Net;\nusing System.Threading.Tasks;\nusing Microsoft.JSInterop;\n\nnamespace BlazorSample.JsInteropClasses\n{\n    #region snippet1\n    public class ExampleJsInterop\n    {\n        public static Task<string> Prompt(string text)\n        {\n            // showPrompt is implemented in wwwroot/exampleJsInterop.js\n            return JSRuntime.Current.InvokeAsync<string>(\n                \"exampleJsFunctions.showPrompt\",\n                text);\n        }\n\n        public static Task<string> Display(string welcomeMessage)\n        {\n            // displayWelcome is implemented in wwwroot/exampleJsInterop.js\n            return JSRuntime.Current.InvokeAsync<string>(\n                \"exampleJsFunctions.displayWelcome\",\n                welcomeMessage);\n        }\n        \n        public static Task CallHelloHelperSayHello(string name)\n        {\n            // sayHello is implemented in wwwroot/exampleJsInterop.js\n            return JSRuntime.Current.InvokeAsync<object>(\n                \"exampleJsFunctions.sayHello\",\n                new DotNetObjectRef(new HelloHelper(name)));\n        }\n    }\n    #endregion\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/JsInteropClasses/HelloHelper.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Threading.Tasks;\nusing Microsoft.JSInterop;\n\nnamespace BlazorSample.JsInteropClasses\n{\n    #region snippet1\n    public class HelloHelper\n    {\n        public HelloHelper(string name)\n        {\n            Name = name;\n        }\n\n        public string Name { get; set; }\n\n        [JSInvokable]\n        public string SayHello() => $\"Hello, {Name}!\";\n    }\n    #endregion\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Pages/BlazorRocks.cshtml",
    "content": "@page \"/BlazorRocks\"\n@*\n    The inherit directive provides the properties and methods\n    of the BlazorRocksBase class to this component.\n*@\n@inherits BlazorRocksBase\n\n<h1>@BlazorRocksText</h1>\n\n<h2>BlazorRocks.cshtml</h2>\n\n<p>\n    The heading content is supplied by a property in \n    the <code>BlazorRocksBase</code> class in another \n    file, <em>BlazorRocksBase.cs</em>. \n    <code>BlazorRocksBase</code> is inherited using \n    the <code>@@inherits BlazorRocksBase</code> \n    directive.\n</p>\n\n<pre><code>@@inherits BlazorRocksBase\n\n&lt;h1&gt;@@BlazorRocksText&lt;/h1&gt;</code></pre>\n\n<h2>BlazorRocksBase.cs</h2>\n\n<pre><code>using Microsoft.AspNetCore.Blazor.Components;\n\npublic class BlazorRocksBase : BlazorComponent\n{\n    public string BlazorRocksText { get; set; } = \n        \"Blazor rocks the browser!\";\n}</code></pre>\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Pages/BlazorRocksBase.cs",
    "content": "using Microsoft.AspNetCore.Blazor.Components;\n\npublic class BlazorRocksBase : BlazorComponent\n{\n    public string BlazorRocksText { get; set; } = \"Blazor rocks the browser!\";\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Pages/BlazorRoute.cshtml",
    "content": "@page \"/BlazorRoute\"\n@page \"/DifferentBlazorRoute\"\n\n<h1>Blazor routing</h1>\n\n<p>\n    Reach this page component on two routes, \n    <code>/BlazorRoute</code> and \n    <code>/DifferentBlazorRoute</code>.\n</p>\n<p>\n    The routes are supplied to the component \n    using <code>@@page</code> directives:\n</p>\n<pre><code>@@page \"/BlazorRoute\"\n@@page \"/DifferentBlazorRoute\"\n\n&lt;h1&gt;Blazor routing&lt;/h1&gt;</code></pre>\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Pages/CascadingValuesParametersTabSet.cshtml",
    "content": "@page \"/CascadingValuesParametersTabSet\"\n\n<h1>Cascading Values & Parameters - TabSet</h1>\n\n<!-- <snippet_TabSet> -->\n<TabSet>\n    <Tab Title=\"First tab\">\n        <h4>Greetings from the first tab!</h4>\n\n        <label>\n            <input type=\"checkbox\" bind=@showThirdTab />\n            Toggle third tab\n        </label>\n    </Tab>\n    <Tab Title=\"Second tab\">\n        <h4>The second tab says Hello World!</h4>\n    </Tab>\n\n    @if (showThirdTab)\n    {\n        <Tab Title=\"Third tab\">\n            <h4>Welcome to the disappearing third tab!</h4>\n            <p>Toggle this tab from the first tab.</p>\n        </Tab>\n    }\n</TabSet>\n<!-- </snippet_TabSet> -->\n\n<h2>ITab.cs</h2>\n\n<p>The <code>ITab</code> interface is implemented by tabs:</p>\n\n<pre><code>@@using Microsoft.AspNetCore.Blazor;\n\nnamespace BlazorSample.UIInterfaces\n{\n    public interface ITab\n    {\n        RenderFragment ChildContent { get; }\n    }\n}</code></pre>\n\n<h2>Component</h2>\n\n<p>This component (<em>CascadingValuesParametersTabSet.cshtml</em>) uses the <code>TabSet</code> component, which contains several <code>Tab</code> components:</p>\n\n<pre><code>&lt;TabSet&gt;\n    &lt;Tab Title=\"First tab\"&gt;\n        &lt;h4&gt;Greetings from the first tab!&lt;/h4&gt;\n\n        &lt;label&gt;\n            &lt;input type=\"checkbox\" bind=@@showThirdTab /&gt;\n            Toggle third tab\n        &lt;/label&gt;\n    &lt;/Tab&gt;\n    &lt;Tab Title=\"Second tab\"&gt;\n        &lt;h4&gt;The second tab says Hello World!&lt;/h4&gt;\n    &lt;/Tab&gt;\n\n    @@if (showThirdTab)\n    {\n        &lt;Tab Title=\"Third tab\"&gt;\n            &lt;h4&gt;Welcome to the disappearing third tab!&lt;/h4&gt;\n            &lt;p&gt;Toggle this tab from the first tab.&lt;/p&gt;\n        &lt;/Tab&gt;\n    }\n&lt;/TabSet&gt;\n    \n@@functions\n{\n    bool showThirdTab;\n}</code></pre>\n\n<h2>TabSet.csthml</h2>\n\n<p>The child <code>Tab</code> components aren't explicitly passed as parameters to the <code>TabSet</code>. Instead, the child <code>Tab</code> components are part of the child content of the <code>TabSet</code>. However, the <code>TabSet</code> still needs to know about each <code>Tab</code> so that it can render the headers and the active tab. To enable this coordination without requiring additional code, the <code>TabSet</code> component <em>can provide itself as a cascading value</em> that is then picked up by the descendent <code>Tab</code> components.</p>\n\n<pre><code>@@using BlazorSample.UIInterfaces\n\n&lt;!-- Display the tab headers --&gt;\n&lt;CascadingValue Value=this&gt;\n    &lt;ul class=\"nav nav-tabs\"&gt;\n        @@ChildContent\n    &lt;/ul&gt;\n&lt;/CascadingValue&gt;\n\n&lt;!-- Display body for only the active tab --&gt;\n&lt;div class=\"nav-tabs-body p-4\"&gt;\n    @@ActiveTab?.ChildContent\n&lt;/div&gt;\n\n@@functions {\n    [Parameter] RenderFragment ChildContent { get; set; }\n\n    public ITab ActiveTab { get; private set; }\n\n    public void AddTab(ITab tab)\n    {\n        if (ActiveTab == null)\n        {\n            SetActivateTab(tab);\n        }\n    }\n\n    public void RemoveTab(ITab tab)\n    {\n        if (ActiveTab == tab)\n        {\n            SetActivateTab(null);\n        }\n    }\n\n    public void SetActivateTab(ITab tab)\n    {\n        if (ActiveTab != tab)\n        {\n            ActiveTab = tab;\n            StateHasChanged();\n        }\n    }\n}</code></pre>\n\n<h2>Tab.cshtml</h2>\n\n<p>The descendent <code>Tab</code> components capture the containing <code>TabSet</code> as a cascading parameter, so the <code>Tab</code> components add themselves to the <code>TabSet</code> and coordinate on which <code>Tab</code> is active.</p>\n\n<pre><code>@@using BlazorSample.UIInterfaces\n@@implements IDisposable\n@@implements ITab\n\n&lt;li&gt;\n    &lt;a onclick=@@Activate class=\"nav-link @@TitleCssClass\" role=\"button\"&gt;\n        @@Title\n    &lt;/a&gt;\n&lt;/li&gt;\n\n@@functions {\n    [CascadingParameter] TabSet ContainerTabSet { get; set; }\n    [Parameter] string Title { get; set; }\n    [Parameter] public RenderFragment ChildContent { get; private set; }\n\n    string TitleCssClass => ContainerTabSet.ActiveTab == this ? \"active\" : null;\n\n    protected override void OnInit()\n    {\n        ContainerTabSet.AddTab(this);\n    }\n\n    public void Dispose()\n    {\n        ContainerTabSet.RemoveTab(this);\n    }\n\n    void Activate()\n    {\n        ContainerTabSet.SetActivateTab(this);\n    }\n}</code></pre>\n\n@functions\n{\nbool showThirdTab;\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Pages/CascadingValuesParametersTheme.cshtml",
    "content": "﻿@page \"/cascadingvaluesparameterstheme\"\n@layout CascadingValuesParametersLayout\n@using BlazorSample.UIThemeClasses\n\n<h1>Cascading Values & Parameters - Theme</h1>\n\n<p>Current count: @currentCount</p>\n\n<p><button class=\"btn\" onclick=\"@IncrementCount\">Increment Counter (Unthemed)</button></p>\n\n<p><button class=\"btn @ThemeInfo.ButtonClass\" onclick=\"@IncrementCount\">Increment Counter (Themed)</button></p>\n\n@functions {\n    int currentCount = 0;\n\n    [CascadingParameter] protected ThemeInfo ThemeInfo { get; set; }\n\n    void IncrementCount()\n    {\n        currentCount++;\n    }\n}\n\n<p>The layout component (<em>CascadingValuesParametersLayout.cshtml</em>) supplies a cascading <code>ThemeInfo</code> object to the components of the <code>Body</code> property that use this layout:</p>\n\n<pre><code>@@inherits BlazorLayoutComponent\n@@using BlazorSample.UIThemeClasses\n\n&lt;div class=\"container-fluid\"&gt;\n    &lt;div class=\"row\"&gt;\n        &lt;div class=\"col-sm-3\"&gt;\n            &lt;NavMenu /&gt;\n        &lt;/div&gt;\n        &lt;div class=\"col-sm-9\"&gt;\n            &lt;CascadingValue Value=\"@@theme\"&gt;\n                &lt;div class=\"content px-4\"&gt;\n                    @@Body\n                &lt;/div&gt;\n            &lt;/CascadingValue&gt;\n        &lt;/div&gt;\n    &lt;/div&gt;\n&lt;/div&gt;\n\n@@functions {\n    ThemeInfo theme = new ThemeInfo { ButtonClass = \"btn-success\" };\n}</code></pre>\n\n<p>This component (<em>CascadingValuesParametersTheme.cshtml</em>) receives the <code>ThemeInfo</code> as a <code>CascadingParameter</code>. The parameter is used to style one of the buttons:</p>\n\n<pre><code>&lt;button class=\"btn\" onclick=\"@@IncrementCount\"&gt;Increment Counter (Unthemed)&lt;/button&gt;\n\n&lt;button class=\"btn @@ThemeInfo.ButtonClass\" onclick=\"@@IncrementCount\"&gt;Increment Counter (Themed)&lt;/button&gt;\n\n@@functions {\n    int currentCount = 0;\n\n    [CascadingParameter] protected ThemeInfo ThemeInfo { get; set; }\n\n    void IncrementCount()\n    {\n        currentCount++;\n    }\n}</code></pre>\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Pages/ChildComponent.cshtml",
    "content": "<div class=\"panel panel-success\">\n    <div class=\"panel-heading\">@Title</div>\n    <div class=\"panel-body\">@ChildContent</div>\n</div>\n\n@functions {\n    [Parameter]\n    private string Title { get; set; }\n\n    [Parameter]\n    private RenderFragment ChildContent { get; set; }\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Pages/FetchData.cshtml",
    "content": "@page \"/fetchdata\"\n@page \"/fetchdata/{StartDate:datetime}\"\n@inject HttpClient Http\n\n<h1>Weather forecast</h1>\n\n<p>This component demonstrates fetching data from the server.</p>\n\n@if (forecasts == null)\n{\n    <p><em>Loading...</em></p>\n}\nelse\n{\n    <table class='table'>\n        <thead>\n            <tr>\n                <th>Date</th>\n                <th>Temp. (C)</th>\n                <th>Temp. (F)</th>\n                <th>Summary</th>\n            </tr>\n        </thead>\n        <tbody>\n            @foreach (var forecast in forecasts)\n            {\n                <tr>\n                    <td>@forecast.DateFormatted</td>\n                    <td>@forecast.TemperatureC</td>\n                    <td>@forecast.TemperatureF</td>\n                    <td>@forecast.Summary</td>\n                </tr>\n            }\n        </tbody>\n    </table>\n    <p>\n        <a href=\"fetchdata/@StartDate.AddDays(-5).ToString(\"yyyy-MM-dd\")\" class=\"btn btn-secondary float-left\">\n            ◀ Previous\n        </a>\n        <a href=\"fetchdata/@StartDate.AddDays(5).ToString(\"yyyy-MM-dd\")\" class=\"btn btn-secondary float-right\">\n            Next ▶\n        </a>\n    </p>\n}\n\n@functions {\n    [Parameter] DateTime StartDate { get; set; }\n\n    WeatherForecast[] forecasts;\n\n    public override void SetParameters(ParameterCollection parameters)\n    {\n        StartDate = DateTime.Now;\n        base.SetParameters(parameters);\n    }\n\n    protected override async Task OnParametersSetAsync()\n    {\n        forecasts = await Http.GetJsonAsync<WeatherForecast[]>(\n            $\"sample-data/weather.json?date={StartDate.ToString(\"yyyy-MM-dd\")}\");\n\n        // Because StandaloneApp doesn't really have a server endpoint to get dynamic data from,\n        // fake the DateFormatted values here. This would not apply in a real app.\n        for (var i = 0; i < forecasts.Length; i++)\n        {\n            forecasts[i].DateFormatted = StartDate.AddDays(i).ToShortDateString();\n        }\n    }\n\n    class WeatherForecast\n    {\n        public string DateFormatted { get; set; }\n        public int TemperatureC { get; set; }\n        public int TemperatureF { get; set; }\n        public string Summary { get; set; }\n    }\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Pages/HeadingComponent.cshtml",
    "content": "@using System.Globalization\n@*\n    The 'using' directive makes System.Globalization available to \n    the component. System.Globalization provides a method for \n    converting a string into title case (capitalizes the first \n    letter of every word in a string), which is used to convert a \n    a string into title case for a heading.\n*@\n\n@*\n    Heading text is rendered by evaluating the _headingText field. \n    The font-style of the heading is rendered by evaluating the \n    _headingFontStyle field.\n*@\n<h1 style=\"font-style:@_headingFontStyle\">@_headingText</h1>\n\n<form>\n    <div class=\"form-check\">\n        @*\n            A check box sets the font style and is bound to the \n            _italicsCheck field.\n        *@\n        <input type=\"checkbox\" class=\"form-check-input\" \n            id=\"italicsCheck\" bind=\"@_italicsCheck\" />\n        <label class=\"form-check-label\" \n            for=\"italicsCheck\">Use italics</label>\n    </div>\n\n    @*\n        When the form is submitted, the onclick event executes \n        the UpdateHeading method.\n    *@\n    <button type=\"button\" class=\"btn btn-primary\" onclick=\"@UpdateHeading\">\n        Update heading\n    </button>\n</form>\n\n@functions {\n    private static TextInfo _tinfo = CultureInfo.CurrentCulture.TextInfo;\n    private string _headingText = \n        _tinfo.ToTitleCase(\"welcome to blazor!\");\n    private string _headingFontStyle = \"normal\";\n    private bool _italicsCheck = false;\n\n    // When UpdateHeading is executed, _italicsCheck determines \n    // the value of _headingFontStyle to set the font style of the \n    // heading.\n    public void UpdateHeading()\n    {\n        _headingFontStyle = _italicsCheck ? \"italic\" : \"normal\";\n    }\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Pages/Index.cshtml",
    "content": "﻿@page \"/\"\n@*\n    The page directive indicates this component is available as a page \n    at the root of the app, the \"/\" route.\n*@\n\n@*\n    Razor components can be nested. HeadingComponent is a component \n    supplied by the Razor file HeadingComponent.cshtml.\n*@\n<HeadingComponent />\n\n<h2>Index.cshtml</h2>\n\n<p>\n    <code>HeadingComponent</code> (<em>HeadingComponent.cshtml</em>) \n    is embedded within this Index page component:\n</p>\n<pre><code>&lt;HeadingComponent /&gt;</code></pre>\n\n<h2>HeadingComponent.cshtml</h2>\n\n<pre><code>@@System.Globalization\n@@*\n    The 'using' directive makes System.Globalization available to\n    the component.\n*@@\n\n@@*\n    Heading text is rendered by evaluating the _headingText field.\n    The font-style of the heading is rendered by evaluating the\n    _headingFontStyle field.\n*@@\n&lt;h1 style=\"font-style:@@_headingFontStyle\"&gt;@@_headingText&lt;/h1&gt;\n\n&lt;form&gt;\n    &lt;div class=\"form-check\"&gt;\n        @@*\n            A check box sets the font style and is bound to the _italicsCheck field.\n        *@@\n        &lt;input type=\"checkbox\" class=\"form-check-input\" id=\"italicsCheck\" bind=\"@@_italicsCheck\" /&gt;\n        &lt;label class=\"form-check-label\" for=\"italicsCheck\"&gt;Use italics&lt;/label&gt;\n    &lt;/div&gt;\n\n    @@*\n        When the form is submitted, the onclick event executes\n        the UpdateHeading method.\n    *@@\n    &lt;button type=\"button\" class=\"btn btn-primary\" onclick=\"@@UpdateHeading\"&gt;\n        Update heading\n    &lt;/button&gt;\n&lt;/form&gt;\n\n@@functions {\n    private static TextInfo _tinfo = CultureInfo.CurrentCulture.TextInfo;\n    private string _headingText = _tinfo.ToTitleCase(\"welcome to blazor!\");\n    private string _headingFontStyle = \"normal\";\n    private bool _italicsCheck = false;\n\n    // When UpdateHeading is executed, _italicsCheck determines\n    // the value of _headingFontStyle to set the font style of the\n    // heading.\n    public void UpdateHeading()\n    {\n        _headingFontStyle = _italicsCheck ? \"italic\" : \"normal\";\n    }\n}</code></pre>\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Pages/JSInterop.cshtml",
    "content": "@page \"/JSInterop\"\n@using BlazorSample.JsInteropClasses\n@using Microsoft.JSInterop;\n\n<h1>JavaScript Interop</h1>\n\n<h2>Invoke JavaScript functions from .NET methods</h2>\n\n<button type=\"button\" class=\"btn btn-primary\" onclick=\"@TriggerJsPrompt\">\n    Trigger JavaScript Prompt\n</button>\n\n<h3 id=\"welcome\" style=\"color:green;font-style:italic\"></h3>\n\n@functions {\n    public async void TriggerJsPrompt()\n    {\n        var name = await ExampleJsInterop.Prompt(\"What's your name?\");\n        await ExampleJsInterop.Display($\"Hello {name}! Welcome to Blazor!\");\n    }\n}\n\n<p>\n    When <code>TriggerJsPrompt</code> is executed by selecting the component's <b>Trigger JavaScript Prompt</b> button, the <code>ExampleJsInterop.Prompt</code> method in C# code is called.\n</p>\n<p>\n    The <code>Prompt</code> method executes the JavaScript <code>showPrompt</code> function provided in the <em>wwwroot/exampleJsInterop.js</em> file.\n</p>\n<p>\n    The <code>showPrompt</code> function accepts user input (the user's name), which is HTML-encoded and returned to the <code>Prompt</code> method and ultimately back to the component. The component stores the user's name in a local variable, <code>name</code>.\n</p>\n<p>\n    The string stored in <code>name</code> is incorporated into a welcome message, which is passed to a second C# method, <code>ExampleJsInterop.Display</code>.\n</p>\n<p>\n    <code>Display</code> calls a JavaScript function, <code>displayWelcome</code>, which renders the welcome message into a heading tag.\n</p>\n\n<h2>Invoke .NET methods from JavaScript functions</h2>\n\n<p>Examine the console output in your broswer's developer tools when selecting the following buttons to trigger .NET static and instance methods.</p>\n\n<p>When the button to call the C# static method is selected, the JavaScript <code>returnArrayAsyncJs</code> function in <em>wwwroot/exampleJsInterop.js</em> is executed. The function uses <code>DotNet.invokeMethodAsync</code> to call the C# static method <code>ReturnArrayAsync</code>. The C# method returns an integer array to the JavaScript function, which writes the array to the console.</p>\n\n<p>When the button to call the C# instance method is selected, <code>ExampleJsInterop.CallHelloHelperSayHello</code> is called and passes a name to the method. <code>ExampleJsInterop.CallHelloHelperSayHello</code> invokes the JavaScript function <code>sayHello</code> with a new instance of <code>HelloHelper</code>. The name is passed to <code>HelloHelper</code>'s constructor, which sets the <code>HelloHelper.Name</code> property. When the JavaScript function <code>sayHello</code> is executed, <code>HelloHelper.SayHello</code> returns the <code>Hello, {Name}!</code> message, which is written to the console.</p>\n\n<button type=\"button\" class=\"btn btn-primary\"\n        onclick=\"exampleJsFunctions.returnArrayAsyncJs()\">\n    Trigger .NET static method ReturnArrayAsync\n</button>\n\n@functions {\n    [JSInvokable]\n    public static Task<int[]> ReturnArrayAsync()\n    {\n        return Task.FromResult(new int[] { 1, 2, 3 });\n    }\n}\n\n<button type=\"button\" class=\"btn btn-primary\" onclick=\"@TriggerNetInstanceMethod\">\n    Trigger .NET instance method HelloHelper.SayHello\n</button>\n\n@functions {\n    public async void TriggerNetInstanceMethod()\n    {\n        await ExampleJsInterop.CallHelloHelperSayHello(\"Blazor\");\n    }\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Pages/ParentComponent.cshtml",
    "content": "@page \"/ParentComponent\"\n\n<h1>Parent-child example</h1>\n\n<ChildComponent Title=\"Panel Title from Parent\">\n    Child content of the child component is supplied by the parent component.\n</ChildComponent>\n\n<p>\n    <code>ParentComponent</code> (<em>ParentComponent.cshtml</em>; this page) \n    embeds a child component into the page using the <code>&lt;ChildComponent&gt;</code> \n    tag. The child component (<em>ChildComponent.cshtml</em>) contains a \n    Bootstrap-styled panel.\n</p>\n<p>\n    The <code>Title</code> attribute and panel content are specified by the \n    <code>&lt;ChildComponent&gt;</code> element. The <code>Title</code> attribute \n    is a <i>component parameter</i>.\n</p>\n\n<h2>ParentComponent.cshtml</h2>\n\n<pre><code>&lt;ChildComponent Title=\"Panel Title from Parent\"&gt;\n    Child content of the child component is supplied by the parent component.\n&lt;/ChildComponent&gt;</code></pre>\n\n<h2>ChildComponent.cshtml</h2>\n\n<pre><code>&lt;div class=\"panel panel-success\"&gt;\n    &lt;div class=\"panel-heading\"&gt;@@Title&lt;/div&gt;\n    &lt;div class=\"panel-body\"&gt;@@ChildContent&lt;/div&gt;\n&lt;/div&gt;\n\n@@functions {\n    [Parameter]\n    private string Title { get; set; }\n\n    [Parameter]\n    private RenderFragment ChildContent { get; set; }\n}</code></pre>\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Pages/RazorTemplates.cshtml",
    "content": "@page \"/RazorTemplates\"\n\n<h1>Razor Templates</h1>\n\n<p>Render fragments can be defined using Razor template syntax. Razor templates are a way to define a UI snippet.</p>\n\n<pre><code>@@{\n    RenderFragment template = @@&lt;p&gt;The time is @DateTime.Now.&lt;/p&gt;;\n    RenderFragment&lt;Pet&gt; petTemplate = (pet) =&gt; @@&lt;p&gt;Your pet's name is @@pet.Name.&lt;/p&gt;;\n}\n</code></pre>\n\n@{\n    RenderFragment template = @<p>The time is @DateTime.Now.</p>;\n    RenderFragment<Pet> petTemplate = (pet) => @<p>Your pet's name is @pet.Name.</p>;\n}\n\n<p>Render fragments defined using Razor templates can be passed as arguments to templated components or rendered directly. For example, the previous templates are directly rendered with the following Razor markup:</p>\n\n<pre><code>@@template\n\n@@petTemplate(new Pet { Name = \"Rex\" })</code></pre>\n\n@template\n\n@petTemplate(new Pet { Name = \"Rex\" })\n\n@functions {\n    List<Pet> pets = new List<Pet>\n    {\n        new Pet { PetId = 1, Name = \"Rin Tin Tin\" },\n        new Pet { PetId = 2, Name = \"Mr. Bigglesworth\" },\n        new Pet { PetId = 3, Name = \"Fred\" },\n        new Pet { PetId = 4, Name = \"Salem Saberhagen\" },\n        new Pet { PetId = 5, Name = \"Lassie\" },\n        new Pet { PetId = 6, Name = \"Spot\" },\n        new Pet { PetId = 7, Name = \"K-9\" }\n    };\n\n    class Pet\n    {\n        public int PetId { get; set; }\n        public string Name { get; set; }\n    }\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Pages/RouteParameter.cshtml",
    "content": "@page \"/RouteParameter\"\n@page \"/RouteParameter/{text}\"\n\n<h1>Blazor is @Text!</h1>\n\n@functions {\n    [Parameter]\n    private string Text { get; set; } = \"fantastic\";\n}\n\n<h2>RouteParameter.cshtml</h2>\n\n<p>\n    Request this page with a route parameter, and the\n    parameter is included in the heading. The Blazor \n    client-side router uses route parameters to populate \n    the corresponding component parameters.\n</p>\n\n<pre><code>@@page \"/RouteParameter\"\n@@page \"/RouteParameter/{Text}\"\n\n&lt;h1&gt;Blazor is @@Text!&lt;/h1&gt;\n\n@@functions {\n    [Parameter]\n    private string Text { get; set; } = \"fantastic\";\n}</code></pre>\n<p>\n    Example:\n    <pre><code>/RouteParameter/amazing</code></pre>\n    Renders HTML:\n    <pre><code>&lt;h1&gt;Blazor is amazing!&lt;/h1&gt;</code></pre>\n</p>\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Pages/TemplatedComponents.cshtml",
    "content": "@page \"/TemplatedComponents\"\n\n<h1>Templated Components</h1>\n\n<p>Templated components are components that accept one or more UI templates as parameters, which can then be used as part of the component's rendering logic. Templated components allow you to author higher-level components that are more reusable than regular components.</p>\n\n<p>The following table template examples use the template defined in <em>Components/TableTemplate.cshtml</em>.</p>\n\n<h2>Implicit template parameters</h2>\n\n<p>Component arguments of type <code>RenderFragment&lt;T&gt;</code> passed as elements have an implicit parameter named <code>context</code>.</p>\n\n<pre><code>&lt;TableTemplate Items=\"@@pets\"&gt;\n    &lt;TableHeader&gt;\n        &lt;th&gt;ID&lt;/th&gt;\n        &lt;th&gt;Name&lt;/th&gt;\n    &lt;/TableHeader&gt;\n    &lt;RowTemplate&gt;\n        &lt;td&gt;@@context.PetId&lt;/td&gt;\n        &lt;td&gt;@@context.Name&lt;/td&gt;\n    &lt;/RowTemplate&gt;\n&lt;/TableTemplate&gt;</code></pre>\n\n<TableTemplate Items=\"@pets\">\n    <TableHeader>\n        <th>ID</th>\n        <th>Name</th>\n    </TableHeader>\n    <RowTemplate>\n        <td>@context.PetId</td>\n        <td>@context.Name</td>\n    </RowTemplate>\n</TableTemplate>\n\n<h2>Explicit template parameters</h2>\n\n<p>You can change the template parameter name using the <code>Context</code> attribute on the child element.</p>\n\n<pre><code>&lt;TableTemplate Items=\"@@pets\"&gt;\n    &lt;TableHeader&gt;\n        &lt;th&gt;ID&lt;/th&gt;\n        &lt;th&gt;Name&lt;/th&gt;\n        &lt;th&gt;TV Show/Movie&lt;/th&gt;\n    &lt;/TableHeader&gt;\n    &lt;RowTemplate Context=\"pet\"&gt;\n        &lt;td&gt;@@pet.PetId&lt;/td&gt;\n        &lt;td&gt;@@pet.Name&lt;/td&gt;\n    &lt;/RowTemplate&gt;\n&lt;/TableTemplate&gt;</code></pre>\n\n<TableTemplate Items=\"@pets\">\n    <TableHeader>\n        <th>ID</th>\n        <th>Name</th>\n    </TableHeader>\n    <RowTemplate Context=\"pet\">\n        <td>@pet.PetId</td>\n        <td>@pet.Name</td>\n    </RowTemplate>\n</TableTemplate>\n\n<h2>Generic-typed Components</h2>\n\n<p>Templated components are often generically typed. For example, a generic ListView component can be used to render <code>IEnumerable&lt;T&gt;</code> values. To define a generic component, use the <code>@@typeparam</code> directive to specify type parameters.</p>\n\n<p>The following ListView template examples use the template defined in <em>Components/ListViewTemplate.cshtml</em>.</p>\n\n<p>Inferred type:</p>\n\n<pre><code>&lt;ListViewTemplate Items=\"@@pets\"&gt;\n    &lt;ItemTemplate Context=\"pet\"&gt;\n        &lt;li&gt;@@pet.Name&lt;/li&gt;\n    &lt;/ItemTemplate&gt;\n&lt;/ListViewTemplate&gt;</code></pre>\n\n<ListViewTemplate Items=\"@pets\">\n    <ItemTemplate Context=\"pet\">\n        <li>@pet.Name</li>\n    </ItemTemplate>\n</ListViewTemplate>\n\n<p>Explicitly typed (<code>TItem=\"Pet\"</code>):</p>\n\n<pre><code>&lt;ListViewTemplate Items=\"@@pets\" TItem=\"Pet\"&gt;\n    &lt;ItemTemplate Context=\"pet\"&gt;\n        &lt;li&gt;@@pet.Name&lt;/li&gt;\n    &lt;/ItemTemplate&gt;\n&lt;/ListViewTemplate&gt;</code></pre>\n\n<ListViewTemplate Items=\"@pets\" TItem=\"Pet\">\n    <ItemTemplate Context=\"pet\">\n        <li>@pet.Name</li>\n    </ItemTemplate>\n</ListViewTemplate>\n\n@functions {\n    List<Pet> pets = new List<Pet>\n    {\n        new Pet { PetId = 1, Name = \"Rin Tin Tin\" },\n        new Pet { PetId = 2, Name = \"Mr. Bigglesworth\" },\n        new Pet { PetId = 3, Name = \"Fred\" },\n        new Pet { PetId = 4, Name = \"Salem Saberhagen\" },\n        new Pet { PetId = 5, Name = \"Lassie\" },\n        new Pet { PetId = 6, Name = \"Spot\" },\n        new Pet { PetId = 7, Name = \"K-9\" }\n    };\n\n    class Pet\n    {\n        public int PetId { get; set; }\n        public string Name { get; set; }\n    }\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Pages/_ViewImports.cshtml",
    "content": "﻿@layout MainLayout\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Program.cs",
    "content": "﻿using Microsoft.AspNetCore.Blazor.Hosting;\n\nnamespace BlazorSample\n{\n    public class Program\n    {\n        public static void Main(string[] args)\n        {\n            CreateHostBuilder(args).Build().Run();\n        }\n\n        public static IWebAssemblyHostBuilder CreateHostBuilder(string[] args) =>\n            BlazorWebAssemblyHost.CreateDefaultBuilder()\n                .UseBlazorStartup<Startup>();\n    }\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/README.md",
    "content": "# Blazor Sample\n\nThis sample illustrates the use of Blazor scenarios described in the Blazor documentation.\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Shared/CascadingValuesParametersLayout.cshtml",
    "content": "﻿@inherits BlazorLayoutComponent\n@using BlazorSample.UIThemeClasses\n\n<div class=\"container-fluid\">\n    <div class=\"row\">\n        <div class=\"col-sm-3\">\n            <NavMenu />\n        </div>\n        <div class=\"col-sm-9\">\n            <CascadingValue Value=\"@theme\">\n                <div class=\"content px-4\">\n                    @Body\n                </div>\n            </CascadingValue>\n        </div>\n    </div>\n</div>\n\n@functions {\n    ThemeInfo theme = new ThemeInfo { ButtonClass = \"btn-success\" };\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Shared/MainLayout.cshtml",
    "content": "﻿@inherits BlazorLayoutComponent\n\n<div class=\"container-fluid\">\n    <div class=\"row\">\n        <div class=\"col-sm-3\">\n            <NavMenu />\n        </div>\n        <div class=\"col-sm-9\">\n            @Body\n        </div>\n    </div>\n</div>\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Shared/NavMenu.cshtml",
    "content": "﻿<div class=\"main-nav\">\n    <div class=\"navbar navbar-inverse\">\n        <div class=\"navbar-header\">\n            <button type=\"button\" class=\"navbar-toggle\" data-toggle=\"collapse\" data-target=\".navbar-collapse\">\n                <span class=\"sr-only\">Toggle navigation</span>\n                <span class=\"icon-bar\"></span>\n                <span class=\"icon-bar\"></span>\n                <span class=\"icon-bar\"></span>\n            </button>\n            <a class=\"navbar-brand\" href=\"\">Blazor Sample</a>\n        </div>\n        <div class=\"clearfix\"></div>\n        <div class=\"navbar-collapse collapse\">\n            <ul class=\"nav navbar-nav\">\n                <li>\n                    <NavLink href=\"\" Match=NavLinkMatch.All>\n                        <span class=\"glyphicon glyphicon-home\"></span> Home\n                    </NavLink>\n                </li>\n                <li>\n                    <NavLink href=\"BlazorRoute\">\n                        <span class=\"glyphicon glyphicon-th-list\"></span> Blazor Route\n                    </NavLink>\n                </li>\n                <li>\n                    <NavLink href=\"DifferentBlazorRoute\">\n                        <span class=\"glyphicon glyphicon-th-list\"></span> Different Blazor Route\n                    </NavLink>\n                </li>\n                <li>\n                    <NavLink href=\"ParentComponent\">\n                        <span class=\"glyphicon glyphicon-th-list\"></span> Parent-child Example\n                    </NavLink>\n                </li>\n                <li>\n                    <NavLink href=\"RouteParameter\">\n                        <span class=\"glyphicon glyphicon-th-list\"></span> Route Parameter\n                    </NavLink>\n                </li>\n                <li>\n                    <NavLink href=\"BlazorRocks\">\n                        <span class=\"glyphicon glyphicon-th-list\"></span> Blazor Rocks!\n                    </NavLink>\n                </li>\n                <li>\n                    <NavLink href=\"FetchData\">\n                        <span class=\"glyphicon glyphicon-th-list\"></span> Fetch data\n                    </NavLink>\n                </li>\n                <li>\n                    <NavLink href=\"TemplatedComponents\">\n                        <span class=\"glyphicon glyphicon-th-list\"></span> Templated Components\n                    </NavLink>\n                </li>\n                <li>\n                    <NavLink href=\"CascadingValuesParametersTheme\">\n                        <span class=\"glyphicon glyphicon-th-list\"></span> Cascading Values & Parameters &ndash; Theme\n                    </NavLink>\n                </li>\n                <li>\n                    <NavLink href=\"CascadingValuesParametersTabSet\">\n                        <span class=\"glyphicon glyphicon-th-list\"></span> Cascading Values & Parameters &ndash; TabSet\n                    </NavLink>\n                </li>\n                <li>\n                    <NavLink href=\"RazorTemplates\">\n                        <span class=\"glyphicon glyphicon-th-list\"></span> Razor Templates\n                    </NavLink>\n                </li>\n                <li>\n                    <NavLink href=\"JSInterop\">\n                        <span class=\"glyphicon glyphicon-th-list\"></span> JavaScript Interop\n                    </NavLink>\n                </li>\n            </ul>\n        </div>\n    </div>\n</div>\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/Startup.cs",
    "content": "using BlazorSample;\nusing Microsoft.AspNetCore.Blazor.Builder;\nusing Microsoft.Extensions.DependencyInjection;\n\npublic class Startup\n{\n    public void ConfigureServices(IServiceCollection services)\n    {\n    }\n\n    public void Configure(IBlazorApplicationBuilder app)\n    {\n        app.AddComponent<App>(\"app\");\n    }\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/UIInterfaces/ITab.cs",
    "content": "﻿using Microsoft.AspNetCore.Blazor;\n\nnamespace BlazorSample.UIInterfaces\n{\n    public interface ITab\n    {\n        RenderFragment ChildContent { get; }\n    }\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/UIThemeClasses/ThemeInfo.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Threading.Tasks;\n\nnamespace BlazorSample.UIThemeClasses\n{\n    public class ThemeInfo\n    {\n        public string ButtonClass { get; set; }\n    }\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/_ViewImports.cshtml",
    "content": "﻿@using System.Net.Http\n@using Microsoft.AspNetCore.Blazor\n@using Microsoft.AspNetCore.Blazor.Components\n@using Microsoft.AspNetCore.Blazor.Layouts\n@using Microsoft.AspNetCore.Blazor.Routing\n@using BlazorSample\n@using BlazorSample.Shared\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/wwwroot/css/site.css",
    "content": "﻿.main-nav li .glyphicon {\n    margin-right: 10px;\n}\n\n/* Highlighting rules for nav menu items */\n.main-nav li a.active,\n.main-nav li a.active:hover,\n.main-nav li a.active:focus {\n    background-color: #4189C7;\n    color: white;\n}\n\n/* Keep the nav menu independent of scrolling and on top of other items */\n.main-nav {\n    position: fixed;\n    top: 0;\n    left: 0;\n    right: 0;\n    z-index: 1;\n}\n\np, .panel {\n    margin-top: 15px\n}\n\n/* Styles for the TabSet/Tabs */\n.nav-tabs .nav-link {\n    border-color: #dee2e6 #dee2e6 #fff;\n    border-bottom-color: #dee2e6;\n    background-color: #f9f9f9;\n}\n\n.nav-tabs .active {\n    border-top: 4px solid #e0108b !important;\n    padding-top: 5px;\n    border-bottom: 1px solid transparent;\n    background-color: white;\n}\n\n.nav-tabs > li {\n    margin-bottom: -1px;\n}\n\n.nav-tabs-body {\n    border: 1px solid #dee2e6;\n    border-top-width: 0;\n    padding: 15px;\n}\n\n@media (max-width: 767px) {\n    /* On small screens, the nav menu spans the full width of the screen. Leave a space for it. */\n    body {\n        padding-top: 50px;\n    }\n}\n\n@media (min-width: 768px) {\n    /* On small screens, convert the nav menu to a vertical sidebar */\n    .main-nav {\n        height: 100%;\n        width: calc(25% - 20px);\n    }\n    .main-nav .navbar {\n        border-radius: 0px;\n        border-width: 0px;\n        height: 100%;\n    }\n    .main-nav .navbar-header {\n        float: none;\n    }\n    .main-nav .navbar-collapse {\n        border-top: 1px solid #444;\n        padding: 0px;\n    }\n    .main-nav .navbar ul {\n        float: none;\n    }\n    .main-nav .navbar li {\n        float: none;\n        font-size: 15px;\n        margin: 6px;\n    }\n    .main-nav .navbar li a {\n        padding: 10px 16px;\n        border-radius: 4px;\n    }\n    .main-nav .navbar a {\n        /* If a menu item's text is too long, truncate it */\n        width: 100%;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n    }\n}\n\n/* \n    Temporary workaround due to the <blazor-component> wrapper element. The wrapper element\n    will be eliminated in a future update, making this workaround unnecessary.\n*/\n.navbar-nav > li a {\n    color: #9d9d9d;\n    line-height: 20px;\n    position: relative;\n    display: block;\n}\n.navbar-nav > li a:hover {\n    color: #fff;\n    background-color: transparent;\n    text-decoration: none;\n}\n.navbar-nav > li a:focus {\n    text-decoration: none;\n}\n\n.alert-survey {\n    color: #6a6969;\n    background-color: #e8e8e8;\n    border-color: #d3d3d3;\n    margin-top: 25px;\n}\n\n.alert-survey a {\n    font-weight: bold;\n}\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/wwwroot/exampleJsInterop.js",
    "content": "﻿window.exampleJsFunctions = {\n  showPrompt: function (text) {\n    return prompt(text, 'Type your name here');\n  },\n  displayWelcome: function (welcomeMessage) {\n    document.getElementById('welcome').innerText = welcomeMessage;\n  },\n    returnArrayAsyncJs: function () {\n      DotNet.invokeMethodAsync('BlazorSample', 'ReturnArrayAsync')\n        .then(data => {\n          data.push(4);\n            console.log(data);\n    })\n  },\n  sayHello: function (dotnetHelper) {\n    return dotnetHelper.invokeMethodAsync('SayHello')\n      .then(r => console.log(r));\n  }\n};\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/wwwroot/index.html",
    "content": "﻿<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width\">\n    <title>Blazor Sample</title>\n    <base href=\"/\" />\n    <link href=\"css/bootstrap/bootstrap.min.css\" rel=\"stylesheet\">\n    <link href=\"css/site.css\" rel=\"stylesheet\">\n</head>\n<body>\n    <app>Loading...</app>\n\n    <script src=\"css/bootstrap/bootstrap-native.min.js\"></script>\n    <script src=\"_framework/blazor.webassembly.js\"></script>\n    <script src=\"exampleJsInterop.js\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "docs/common/samples/3.x/BlazorSample/wwwroot/sample-data/weather.json",
    "content": "﻿[\n  {\n    \"dateFormatted\": \"06/05/2018\",\n    \"temperatureC\": 1,\n    \"summary\": \"Freezing\",\n    \"temperatureF\": 33\n  },\n  {\n    \"dateFormatted\": \"07/05/2018\",\n    \"temperatureC\": 14,\n    \"summary\": \"Bracing\",\n    \"temperatureF\": 57\n  },\n  {\n    \"dateFormatted\": \"08/05/2018\",\n    \"temperatureC\": -13,\n    \"summary\": \"Freezing\",\n    \"temperatureF\": 9\n  },\n  {\n    \"dateFormatted\": \"09/05/2018\",\n    \"temperatureC\": -16,\n    \"summary\": \"Balmy\",\n    \"temperatureF\": 4\n  },\n  {\n    \"dateFormatted\": \"10/05/2018\",\n    \"temperatureC\": -2,\n    \"summary\": \"Chilly\",\n    \"temperatureF\": 29\n  }\n]\n"
  },
  {
    "path": "docs/component-libraries.md",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <meta http-equiv=\"refresh\" content=\"0; url=https://docs.microsoft.com/aspnet/core/blazor/class-libraries\">\n</head>\n<body>\n</body>\n</html>\n"
  },
  {
    "path": "docs/components/index.md",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <meta http-equiv=\"refresh\" content=\"0; url=https://docs.microsoft.com/aspnet/core/blazor/components\">\n</head>\n<body>\n</body>\n</html>\n"
  },
  {
    "path": "docs/debugging.md",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <meta http-equiv=\"refresh\" content=\"0; url=https://docs.microsoft.com/aspnet/core/blazor/debug\">\n</head>\n<body>\n</body>\n</html>\n"
  },
  {
    "path": "docs/dependency-injection.md",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <meta http-equiv=\"refresh\" content=\"0; url=https://docs.microsoft.com/aspnet/core/blazor/dependency-injection\">\n</head>\n<body>\n</body>\n</html>\n"
  },
  {
    "path": "docs/get-started.md",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <meta http-equiv=\"refresh\" content=\"0; url=https://docs.microsoft.com/aspnet/core/blazor/get-started\">\n</head>\n<body>\n</body>\n</html>\n"
  },
  {
    "path": "docs/host-and-deploy/configure-linker.md",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <meta http-equiv=\"refresh\" content=\"0; url=https://docs.microsoft.com/aspnet/core/host-and-deploy/blazor/configure-linker\">\n</head>\n<body>\n</body>\n</html>\n"
  },
  {
    "path": "docs/host-and-deploy/index.md",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <meta http-equiv=\"refresh\" content=\"0; url=https://docs.microsoft.com/aspnet/core/host-and-deploy/blazor/\">\n</head>\n<body>\n</body>\n</html>\n"
  },
  {
    "path": "docs/hosting-models/samples_snapshot/Startup.cs",
    "content": "public class Startup\n{\n    public void ConfigureServices(IServiceCollection services)\n    {\n        services.AddServerSideBlazor<App.Startup>();\n\n        services.AddResponseCompression(options =>\n        {\n            options.MimeTypes = ResponseCompressionDefaults.MimeTypes.Concat(new[]\n            {\n                MediaTypeNames.Application.Octet,\n                WasmMediaTypeNames.Application.Wasm,\n            });\n        });\n    }\n\n    public void Configure(IApplicationBuilder app, IHostingEnvironment env)\n    {\n        app.UseResponseCompression();\n\n        if (env.IsDevelopment())\n        {\n            app.UseDeveloperExceptionPage();\n        }\n\n        // Use component registrations and static files from the app project.\n        app.UseServerSideBlazor<App.Startup>();\n    }\n}\n"
  },
  {
    "path": "docs/hosting-models.md",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <meta http-equiv=\"refresh\" content=\"0; url=https://docs.microsoft.com/aspnet/core/blazor/hosting-models\">\n</head>\n<body>\n</body>\n</html>\n"
  },
  {
    "path": "docs/index.md",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <meta http-equiv=\"refresh\" content=\"0; url=https://docs.microsoft.com/aspnet/core/blazor/\">\n</head>\n<body>\n</body>\n</html>\n"
  },
  {
    "path": "docs/introduction/faq.md",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <meta http-equiv=\"refresh\" content=\"0; url=https://docs.microsoft.com/aspnet/core/blazor/\">\n</head>\n<body>\n</body>\n</html>\n"
  },
  {
    "path": "docs/introduction/index.md",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <meta http-equiv=\"refresh\" content=\"0; url=https://docs.microsoft.com/aspnet/core/blazor/\">\n</head>\n<body>\n</body>\n</html>\n"
  },
  {
    "path": "docs/javascript-interop.md",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <meta http-equiv=\"refresh\" content=\"0; url=https://docs.microsoft.com/aspnet/core/blazor/javascript-interop\">\n</head>\n<body>\n</body>\n</html>\n"
  },
  {
    "path": "docs/layouts.md",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <meta http-equiv=\"refresh\" content=\"0; url=https://docs.microsoft.com/aspnet/core/blazor/layouts\">\n</head>\n<body>\n</body>\n</html>\n"
  },
  {
    "path": "docs/routing.md",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <meta http-equiv=\"refresh\" content=\"0; url=https://docs.microsoft.com/aspnet/core/blazor/routing\">\n</head>\n<body>\n</body>\n</html>\n"
  },
  {
    "path": "docs/toc.md",
    "content": "# [Get started](xref:razor-components/get-started)\n# [Build your first app](xref:razor-components/tutorials/first-app)\n# [Introduction](xref:razor-components/introduction/index)\n# [Components](xref:razor-components/components/index)\n# [Component libraries](xref:razor-components/component-libraries)\n# [Layouts](xref:razor-components/layouts)\n# [Dependency injection](xref:razor-components/dependency-injection)\n# [Routing](xref:razor-components/routing)\n# [JavaScript interop](xref:razor-components/javascript-interop)\n# [Debugging](xref:razor-components/debugging)\n# [Hosting models](xref:razor-components/hosting-models)\n# [Host and deploy](xref:razor-components/host-and-deploy/index)\n## [Configure the Linker](xref:razor-components/host-and-deploy/configure-linker)\n# [FAQ](xref:razor-components/introduction/faq)\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/App.cshtml",
    "content": "﻿<!--\n    Configuring this here is temporary. Later we'll move the app config\n    into Program.cs, and it won't be necessary to specify AppAssembly.\n-->\n<Router AppAssembly=typeof(Program).Assembly />\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/BlazorApp1.csproj",
    "content": "﻿<Project Sdk=\"Microsoft.NET.Sdk.Web\">\n\n  <PropertyGroup>\n    <TargetFramework>netstandard2.0</TargetFramework>\n    <RunCommand>dotnet</RunCommand>\n    <RunArguments>blazor serve</RunArguments>\n    <LangVersion>7.3</LangVersion>\n  </PropertyGroup>\n\n  <ItemGroup>\n    <PackageReference Include=\"Microsoft.AspNetCore.Blazor.Browser\" Version=\"0.7.0\" />\n    <PackageReference Include=\"Microsoft.AspNetCore.Blazor.Build\" Version=\"0.7.0\" />\n    <DotNetCliToolReference Include=\"Microsoft.AspNetCore.Blazor.Cli\" Version=\"0.7.0\" />\n  </ItemGroup>\n\n</Project>\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/Pages/Counter.cshtml",
    "content": "﻿@page \"/counter\"\n\n<h1><em>Counter!!</em></h1>\n\n<p>Current count: @currentCount</p>\n\n<button class=\"btn btn-primary\" onclick=\"@IncrementCount\">Click me</button>\n\n@functions {\n    int currentCount = 0;\n\n    [Parameter]\n    private int IncrementAmount { get; set; } = 1;\n\n    void IncrementCount()\n    {\n        currentCount+=IncrementAmount;\n    }\n}\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/Pages/FetchData.cshtml",
    "content": "﻿@page \"/fetchdata\"\n@inject HttpClient Http\n\n<h1>Weather forecast</h1>\n\n<p>This component demonstrates fetching data from the server.</p>\n\n@if (forecasts == null)\n{\n    <p><em>Loading...</em></p>\n}\nelse\n{\n    <table class=\"table\">\n        <thead>\n            <tr>\n                <th>Date</th>\n                <th>Temp. (C)</th>\n                <th>Temp. (F)</th>\n                <th>Summary</th>\n            </tr>\n        </thead>\n        <tbody>\n            @foreach (var forecast in forecasts)\n            {\n                <tr>\n                    <td>@forecast.Date.ToShortDateString()</td>\n                    <td>@forecast.TemperatureC</td>\n                    <td>@forecast.TemperatureF</td>\n                    <td>@forecast.Summary</td>\n                </tr>\n            }\n        </tbody>\n    </table>\n}\n\n@functions {\n    WeatherForecast[] forecasts;\n\n    protected override async Task OnInitAsync()\n    {\n        forecasts = await Http.GetJsonAsync<WeatherForecast[]>(\"sample-data/weather.json\");\n    }\n\n    class WeatherForecast\n    {\n        public DateTime Date { get; set; }\n        public int TemperatureC { get; set; }\n        public int TemperatureF { get; set; }\n        public string Summary { get; set; }\n    }\n}\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/Pages/Index.cshtml",
    "content": "﻿@page \"/\"\n\n<h1>Hello, world!</h1>\n\nWelcome to your new app.\n\n<SurveyPrompt Title=\"How is Blazor working for you?\" />\n\n<Counter IncrementAmount=\"10\" />\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/Pages/ToDo.cshtml",
    "content": "@page \"/todo\"\n\n<h1>Todo (@todos.Where(todo => !todo.IsDone).Count())</h1>\n\n<ul>\n    @foreach (var todo in todos)\n    {\n        <li>\n            <input type=\"checkbox\" bind=\"@todo.IsDone\" />\n            <input bind=\"@todo.Title\" />\n        </li>\n    }\n</ul>\n\n<input placeholder=\"Something todo\" bind=\"@newTodo\" />\n<button onclick=\"@AddTodo\">Add todo</button>\n\n@functions {\n    IList<TodoItem> todos = new List<TodoItem>();\n    string newTodo;\n\n    void AddTodo()\n    {\n        if (!string.IsNullOrWhiteSpace(newTodo))\n        {\n            todos.Add(new TodoItem { Title = newTodo });\n            newTodo = string.Empty;\n        }\n    }\n}\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/Pages/_ViewImports.cshtml",
    "content": "﻿@layout MainLayout\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/Program.cs",
    "content": "﻿using Microsoft.AspNetCore.Blazor.Hosting;\n\nnamespace BlazorApp1\n{\n    public class Program\n    {\n        public static void Main(string[] args)\n        {\n            CreateHostBuilder(args).Build().Run();\n        }\n\n        public static IWebAssemblyHostBuilder CreateHostBuilder(string[] args) =>\n            BlazorWebAssemblyHost.CreateDefaultBuilder()\n                .UseBlazorStartup<Startup>();\n    }\n}\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/README.md",
    "content": "# Build Your First Blazor App Sample (BlazorApp1)\n\nThis sample illustrates the basic features of the Blazor app development framework.\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/Shared/MainLayout.cshtml",
    "content": "﻿@inherits BlazorLayoutComponent\n\n<div class=\"sidebar\">\n    <NavMenu />\n</div>\n\n<div class=\"main\">\n    <div class=\"top-row px-4\">\n        <a href=\"http://blazor.net\" target=\"_blank\" class=\"ml-md-auto\">About</a>\n    </div>\n\n    <div class=\"content px-4\">\n        @Body\n    </div>\n</div>\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/Shared/NavMenu.cshtml",
    "content": "﻿<div class=\"top-row pl-4 navbar navbar-dark\">\n    <a class=\"navbar-brand\" href=\"\">BlazorApp1</a>\n    <button class=\"navbar-toggler\" onclick=@ToggleNavMenu>\n        <span class=\"navbar-toggler-icon\"></span>\n    </button>\n</div>\n\n<div class=@(collapseNavMenu ? \"collapse\" : null) onclick=@ToggleNavMenu>\n    <ul class=\"nav flex-column\">\n        <li class=\"nav-item px-3\">\n            <NavLink class=\"nav-link\" href=\"\" Match=NavLinkMatch.All>\n                <span class=\"oi oi-home\" aria-hidden=\"true\"></span> Home\n            </NavLink>\n        </li>\n        <li class=\"nav-item px-3\">\n            <NavLink class=\"nav-link\" href=\"counter\">\n                <span class=\"oi oi-plus\" aria-hidden=\"true\"></span> Counter\n            </NavLink>\n        </li>\n        <li class=\"nav-item px-3\">\n            <NavLink class=\"nav-link\" href=\"fetchdata\">\n                <span class=\"oi oi-list-rich\" aria-hidden=\"true\"></span> Fetch data\n            </NavLink>\n        </li>\n        <li class=\"nav-item px-3\">\n            <NavLink class=\"nav-link\" href=\"todo\">\n                <span class=\"oi oi-list-rich\" aria-hidden=\"true\"></span> Todo   \n            </NavLink>\n        </li>\n    </ul>\n</div>\n\n@functions {\n    bool collapseNavMenu = true;\n\n    void ToggleNavMenu()\n    {\n        collapseNavMenu = !collapseNavMenu;\n    }\n}\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/Shared/SurveyPrompt.cshtml",
    "content": "﻿<div class=\"alert alert-secondary mt-4\" role=\"alert\">\n    <span class=\"oi oi-pencil mr-2\" aria-hidden=\"true\"></span> \n    <strong>@Title</strong>\n\n    <span class=\"text-nowrap\">\n        Please take our\n        <a target=\"_blank\" class=\"font-weight-bold\" href=\"https://go.microsoft.com/fwlink/?linkid=873042\">\n            brief survey\n        </a>\n    </span>\n    and tell us what you think.\n</div>\n\n@functions {\n    [Parameter]\n    string Title { get; set; } // Demonstrates how a parent component can supply parameters\n}\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/Startup.cs",
    "content": "using Microsoft.AspNetCore.Blazor.Builder;\nusing Microsoft.Extensions.DependencyInjection;\n\nnamespace BlazorApp1\n{\n    public class Startup\n    {\n        public void ConfigureServices(IServiceCollection services)\n        {\n        }\n\n        public void Configure(IBlazorApplicationBuilder app)\n        {\n            app.AddComponent<App>(\"app\");\n        }\n    }\n}\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/TodoItem.cs",
    "content": "public class TodoItem\n{\n    public string Title { get; set; }\n    public bool IsDone { get; set; }\n}\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/_ViewImports.cshtml",
    "content": "﻿@using System.Net.Http\n@using Microsoft.AspNetCore.Blazor.Layouts\n@using Microsoft.AspNetCore.Blazor.Routing\n@using Microsoft.JSInterop\n@using BlazorApp1\n@using BlazorApp1.Shared\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/wwwroot/css/open-iconic/FONT-LICENSE",
    "content": "SIL OPEN FONT LICENSE Version 1.1\n\nCopyright (c) 2014 Waybury\n\nPREAMBLE\nThe goals of the Open Font License (OFL) are to stimulate worldwide\ndevelopment of collaborative font projects, to support the font creation\nefforts of academic and linguistic communities, and to provide a free and\nopen framework in which fonts may be shared and improved in partnership\nwith others.\n\nThe OFL allows the licensed fonts to be used, studied, modified and\nredistributed freely as long as they are not sold by themselves. The\nfonts, including any derivative works, can be bundled, embedded,\nredistributed and/or sold with any software provided that any reserved\nnames are not used by derivative works. The fonts and derivatives,\nhowever, cannot be released under any other type of license. The\nrequirement for fonts to remain under this license does not apply\nto any document created using the fonts or their derivatives.\n\nDEFINITIONS\n\"Font Software\" refers to the set of files released by the Copyright\nHolder(s) under this license and clearly marked as such. This may\ninclude source files, build scripts and documentation.\n\n\"Reserved Font Name\" refers to any names specified as such after the\ncopyright statement(s).\n\n\"Original Version\" refers to the collection of Font Software components as\ndistributed by the Copyright Holder(s).\n\n\"Modified Version\" refers to any derivative made by adding to, deleting,\nor substituting -- in part or in whole -- any of the components of the\nOriginal Version, by changing formats or by porting the Font Software to a\nnew environment.\n\n\"Author\" refers to any designer, engineer, programmer, technical\nwriter or other person who contributed to the Font Software.\n\nPERMISSION & CONDITIONS\nPermission is hereby granted, free of charge, to any person obtaining\na copy of the Font Software, to use, study, copy, merge, embed, modify,\nredistribute, and sell modified and unmodified copies of the Font\nSoftware, subject to the following conditions:\n\n1) Neither the Font Software nor any of its individual components,\nin Original or Modified Versions, may be sold by itself.\n\n2) Original or Modified Versions of the Font Software may be bundled,\nredistributed and/or sold with any software, provided that each copy\ncontains the above copyright notice and this license. These can be\nincluded either as stand-alone text files, human-readable headers or\nin the appropriate machine-readable metadata fields within text or\nbinary files as long as those fields can be easily viewed by the user.\n\n3) No Modified Version of the Font Software may use the Reserved Font\nName(s) unless explicit written permission is granted by the corresponding\nCopyright Holder. This restriction only applies to the primary font name as\npresented to the users.\n\n4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font\nSoftware shall not be used to promote, endorse or advertise any\nModified Version, except to acknowledge the contribution(s) of the\nCopyright Holder(s) and the Author(s) or with their explicit written\npermission.\n\n5) The Font Software, modified or unmodified, in part or in whole,\nmust be distributed entirely under this license, and must not be\ndistributed under any other license. The requirement for fonts to\nremain under this license does not apply to any document created\nusing the Font Software.\n\nTERMINATION\nThis license becomes null and void if any of the above conditions are\nnot met.\n\nDISCLAIMER\nTHE FONT SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE\nCOPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nINCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL\nDAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM\nOTHER DEALINGS IN THE FONT SOFTWARE.\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/wwwroot/css/open-iconic/ICON-LICENSE",
    "content": "The MIT License (MIT)\n\nCopyright (c) 2014 Waybury\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE."
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/wwwroot/css/open-iconic/README.md",
    "content": "[Open Iconic v1.1.1](http://useiconic.com/open)\n===========\n\n### Open Iconic is the open source sibling of [Iconic](http://useiconic.com). It is a hyper-legible collection of 223 icons with a tiny footprint&mdash;ready to use with Bootstrap and Foundation. [View the collection](http://useiconic.com/open#icons)\n\n\n\n## What's in Open Iconic?\n\n* 223 icons designed to be legible down to 8 pixels\n* Super-light SVG files - 61.8 for the entire set \n* SVG sprite&mdash;the modern replacement for icon fonts\n* Webfont (EOT, OTF, SVG, TTF, WOFF), PNG and WebP formats\n* Webfont stylesheets (including versions for Bootstrap and Foundation) in CSS, LESS, SCSS and Stylus formats\n* PNG and WebP raster images in 8px, 16px, 24px, 32px, 48px and 64px.\n\n\n## Getting Started\n\n#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](http://useiconic.com/open#icons) and [Reference](http://useiconic.com/open#reference) sections.\n\n### General Usage\n\n#### Using Open Iconic's SVGs\n\nWe like SVGs and we think they're the way to display icons on the web. Since Open Iconic are just basic SVGs, we suggest you display them like you would any other image (don't forget the `alt` attribute).\n\n```\n<img src=\"/open-iconic/svg/icon-name.svg\" alt=\"icon name\">\n```\n\n#### Using Open Iconic's SVG Sprite\n\nOpen Iconic also comes in a SVG sprite which allows you to display all the icons in the set with a single request. It's like an icon font, without being a hack.\n\nAdding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `<svg>` *tag and a unique class name for each different icon in the* `<use>` *tag.*  \n\n```\n<svg class=\"icon\">\n  <use xlink:href=\"open-iconic.svg#account-login\" class=\"icon-account-login\"></use>\n</svg>\n```\n\nSizing icons only needs basic CSS. All the icons are in a square format, so just set the `<svg>` tag with equal width and height dimensions.\n\n```\n.icon {\n  width: 16px;\n  height: 16px;\n}\n```\n\nColoring icons is even easier. All you need to do is set the `fill` rule on the `<use>` tag.\n\n```\n.icon-account-login {\n  fill: #f00;\n}\n```\n\nTo learn more about SVG Sprites, read [Chris Coyier's guide](http://css-tricks.com/svg-sprites-use-better-icon-fonts/).\n\n#### Using Open Iconic's Icon Font...\n\n\n##### …with Bootstrap\n\nYou can find our Bootstrap stylesheets in `font/css/open-iconic-bootstrap.{css, less, scss, styl}`\n\n\n```\n<link href=\"/open-iconic/font/css/open-iconic-bootstrap.css\" rel=\"stylesheet\">\n```\n\n\n```\n<span class=\"oi oi-icon-name\" title=\"icon name\" aria-hidden=\"true\"></span>\n```\n\n##### …with Foundation\n\nYou can find our Foundation stylesheets in `font/css/open-iconic-foundation.{css, less, scss, styl}`\n\n```\n<link href=\"/open-iconic/font/css/open-iconic-foundation.css\" rel=\"stylesheet\">\n```\n\n\n```\n<span class=\"fi-icon-name\" title=\"icon name\" aria-hidden=\"true\"></span>\n```\n\n##### …on its own\n\nYou can find our default stylesheets in `font/css/open-iconic.{css, less, scss, styl}`\n\n```\n<link href=\"/open-iconic/font/css/open-iconic.css\" rel=\"stylesheet\">\n```\n\n```\n<span class=\"oi\" data-glyph=\"icon-name\" title=\"icon name\" aria-hidden=\"true\"></span>\n```\n\n\n## License\n\n### Icons\n\nAll code (including SVG markup) is under the [MIT License](http://opensource.org/licenses/MIT).\n\n### Fonts\n\nAll fonts are under the [SIL Licensed](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web).\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/wwwroot/css/site.css",
    "content": "﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');\n\nhtml, body {\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n}\n\napp {\n    position: relative;\n    display: flex;\n    flex-direction: column;\n}\n\n.top-row {\n    height: 3.5rem;\n    display: flex;\n    align-items: center;\n}\n\n.main {\n    flex: 1;\n}\n\n    .main .top-row {\n        background-color: #e6e6e6;\n        border-bottom: 1px solid #d6d5d5;\n    }\n\n.sidebar {\n    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);\n}\n\n    .sidebar .top-row {\n        background-color: rgba(0,0,0,0.4);\n    }\n\n    .sidebar .navbar-brand {\n        font-size: 1.1rem;\n    }\n\n    .sidebar .oi {\n        width: 2rem;\n        font-size: 1.1rem;\n        vertical-align: text-top;\n        top: -2px;\n    }\n\n.nav-item {\n    font-size: 0.9rem;\n    padding-bottom: 0.5rem;\n}\n\n    .nav-item:first-of-type {\n        padding-top: 1rem;\n    }\n\n    .nav-item:last-of-type {\n        padding-bottom: 1rem;\n    }\n\n    .nav-item a {\n        color: #d7d7d7;\n        border-radius: 4px;\n        height: 3rem;\n        display: flex;\n        align-items: center;\n        line-height: 3rem;\n    }\n\n        .nav-item a.active {\n            background-color: rgba(255,255,255,0.25);\n            color: white;\n        }\n\n        .nav-item a:hover {\n            background-color: rgba(255,255,255,0.1);\n            color: white;\n        }\n\n.content {\n    padding-top: 1.1rem;\n}\n\n.navbar-toggler {\n    background-color: rgba(255, 255, 255, 0.1);\n}\n\n@media (max-width: 767.98px) {\n    .main .top-row {\n        display: none;\n    }\n}\n\n@media (min-width: 768px) {\n    app {\n        flex-direction: row;\n    }\n\n    .sidebar {\n        width: 250px;\n        height: 100vh;\n        position: sticky;\n        top: 0;\n    }\n\n    .main .top-row {\n        position: sticky;\n        top: 0;\n    }\n\n    .main > div {\n        padding-left: 2rem !important;\n        padding-right: 1.5rem !important;\n    }\n\n    .navbar-toggler {\n        display: none;\n    }\n\n    .sidebar .collapse {\n        /* Never collapse the sidebar for wide screens */\n        display: block;\n    }\n}\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/wwwroot/index.html",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <meta charset=\"utf-8\" />\n    <meta name=\"viewport\" content=\"width=device-width\">\n    <title>BlazorApp1</title>\n    <base href=\"/\" />\n    <link href=\"css/bootstrap/bootstrap.min.css\" rel=\"stylesheet\" />\n    <link href=\"css/site.css\" rel=\"stylesheet\" />\n</head>\n<body>\n    <app>Loading...</app>\n\n    <script src=\"_framework/blazor.webassembly.js\"></script>\n</body>\n</html>\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app/samples/3.x/BlazorApp1/wwwroot/sample-data/weather.json",
    "content": "﻿[\n  {\n    \"date\": \"2018-05-06\",\n    \"temperatureC\": 1,\n    \"summary\": \"Freezing\",\n    \"temperatureF\": 33\n  },\n  {\n    \"date\": \"2018-05-07\",\n    \"temperatureC\": 14,\n    \"summary\": \"Bracing\",\n    \"temperatureF\": 57\n  },\n  {\n    \"date\": \"2018-05-08\",\n    \"temperatureC\": -13,\n    \"summary\": \"Freezing\",\n    \"temperatureF\": 9\n  },\n  {\n    \"date\": \"2018-05-09\",\n    \"temperatureC\": -16,\n    \"summary\": \"Balmy\",\n    \"temperatureF\": 4\n  },\n  {\n    \"date\": \"2018-05-10\",\n    \"temperatureC\": -2,\n    \"summary\": \"Chilly\",\n    \"temperatureF\": 29\n  }\n]\n"
  },
  {
    "path": "docs/tutorials/build-your-first-blazor-app.md",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <meta http-equiv=\"refresh\" content=\"0; url=https://docs.microsoft.com/aspnet/core/tutorials/build-your-first-blazor-app\">\n</head>\n<body>\n</body>\n</html>\n"
  },
  {
    "path": "includes/razor-components-preview-notice.md",
    "content": "> [!NOTE]\n> ASP.NET Core Razor Components is supported in ASP.NET Core 3.0 or later.\n>\n> Blazor is an unsupported experimental web framework that shouldn't be used for production workloads at this time.\n"
  },
  {
    "path": "index.md",
    "content": "---\ntitle: Welcome to the Blazor preview docs website!\ndescription: Learn about Blazor, an experimental .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.\ndocumentType: index\n---\n\n<div class=\"hero\">\n  <div class=\"wrap\">\n    <h1 class=\"text\">\n      <strong>Blazor</strong>\n    </h1>\n    <div class=\"minitext\">\n        Full-stack web development with C# and WebAssembly\n    </div>\n    <div class=\"buttons-unit\">\n      <a href=\"https://docs.microsoft.com/aspnet/core/blazor/get-started\" class=\"button\"><i class=\"glyphicon glyphicon-send\"></i>Get Started</a>\n    </div>\n  </div>\n</div>\n<div class=\"key-section\">\n  <div class=\"container\">\n    <div class=\"row\">\n      <div class=\"col-md-10 col-md-offset-1\">\n        <i class=\"glyphicon glyphicon-wrench\"></i>\n        <section>\n          <h2>Build a Web UI with C#</h2>\n          <p class=\"lead\">Blazor is an experimental .NET web framework using C# and HTML that runs in the browser.</p>\n          <div class=\"lead\"><a href=\"https://docs.microsoft.com/aspnet/core/blazor/\">What is Blazor?</a></div>\n        </section>\n      </div>\n    </div>\n  </div>\n</div>\n<div class=\"counter-key-section\">\n  <div class=\"container\">\n    <div class=\"row\">\n      <div class=\"col-md-10 col-md-offset-1\">\n        <section>\n          <h2>Full-stack .NET</h2>\n          <p class=\"lead\">Do full-stack .NET development using stable and consistent tools, languages, and APIs both in the browser and on the server.</p>\n          <div class=\"lead\"><a href=\"https://www.microsoft.com/net\">Learn more about the .NET platform</a></div>\n        </section>\n        <i class=\"glyphicon glyphicon-tasks\"></i>\n      </div>\n    </div>\n  </div>\n</div>\n<div class=\"key-section\">\n  <div class=\"container content\">\n    <div class=\"row\">\n      <div class=\"col-md-10 col-md-offset-1\">\n        <i class=\"glyphicon glyphicon-globe\"></i>\n        <section>\n          <h2>Runs in all browsers and implements .NET Standard</h2>\n          <p class=\"lead\">Blazor runs in all browsers on the real .NET runtime with full support for .NET Standard. Blazor requires no plugins and no code transpilation, only open web standards.</p>\n          <div class=\"lead\"><a href=\"https://docs.microsoft.com/aspnet/core/blazor\">How Blazor works</a></div>\n        </section>\n      </div>\n    </div>\n  </div>\n</div>\n<div class=\"counter-key-section\">\n  <div class=\"container\">\n    <div class=\"row\">\n      <div class=\"col-md-10 col-md-offset-1\">\n        <section>\n          <h2>Native performance with WebAssembly</h2>\n          <p class=\"lead\">Blazor runs on WebAssembly, giving you native performance in the browser and a trusted security sandbox.</p>\n        </section>\n        <i class=\"glyphicon glyphicon-fire\"></i>\n      </div>\n    </div>\n  </div>\n</div>\n<div class=\"key-section\">\n  <div class=\"container content\">\n    <div class=\"row\">\n      <div class=\"col-md-10 col-md-offset-1\">\n        <i class=\"glyphicon glyphicon-transfer\"></i>\n        <section>\n          <h2>Native browser apps</h2>\n          <p class=\"lead\">Easily interact with your existing JavaScript code, your favorite libraries, and any browser API through JavaScript interop.</p>\n        </section>\n      </div>\n    </div>\n  </div>\n</div>\n<div class=\"counter-key-section\">\n  <div class=\"container\">\n    <div class=\"row\">\n      <div class=\"col-md-10 col-md-offset-1\">\n        <section>\n          <h2>Simple and productive</h2>\n          <p class=\"lead\">Get started fast and remain productive with project templates, great tooling, and reusable components.</p>\n        </section>\n        <i class=\"glyphicon glyphicon-console\"></i>\n      </div>\n    </div>\n  </div>\n</div>\n<div class=\"key-section\">\n  <div class=\"container content\">\n    <div class=\"row\">\n      <div class=\"col-md-10 col-md-offset-1\">\n        <i class=\"glyphicon glyphicon-user\"></i>\n        <section>\n          <h2>Get involved</h2>\n          <p class=\"lead\">Join the community that's building Blazor, writing documentation, building samples, and more!</p>\n          <div class=\"lead\"><a href=\"community.md\">Community</a></div>\n        </section>\n      </div>\n    </div>\n  </div>\n</div>\n<div class=\"counter-key-section\">\n  <div class=\"container\">\n    <div class=\"row\">\n      <div class=\"col-md-10 col-md-offset-1\">\n        <section>\n          <h2>Open-source & free </h2>\n          <p class=\"lead\">Blazor is part of the open-source .NET platform that has a strong community of over 25,000 contributors from over 1,700 companies.</p>\n          <div class=\"lead\"><a href=\"https://github.com/aspnet/AspNetCore/tree/master/src/Components\">Blazor on GitHub</a></div>\n        </section>\n        <i class=\"glyphicon glyphicon-road\"></i>\n      </div>\n    </div>\n  </div>\n</div>\n<div class=\"get-started-section\">\n  <div class=\"container\">\n    <div class=\"row\">\n      <div class=\"buttons-unit\" style=\"padding-bottom:50px\">\n        <a href=\"https://docs.microsoft.com/aspnet/core/blazor/get-started\" class=\"btn btn-primary\" style=\"font-size:2em;display:inline;padding:15px\"><i class=\"glyphicon glyphicon-send\" style=\"font-size:1em;padding:0 20px 0 0\"></i>Get Started</a>\n      </div>\n    </div>\n  </div>\n</div>\n"
  },
  {
    "path": "releaseDocs.sh",
    "content": "#!/bin/sh\nset -e\n\nexport VSINSTALLDIR=\"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\"\nexport VisualStudioVersion=\"15.0\"\n\nSOURCE_DIR=$PWD\nTEMP_REPO_DIR=$PWD/../blazor-gh-pages\n\necho \"Removing temporary doc directory $TEMP_REPO_DIR\"\nrm -rf $TEMP_REPO_DIR\nmkdir $TEMP_REPO_DIR\n\necho \"Cloning the repo with the gh-pages branch\"\ngit clone https://github.com/aspnet/Blazor.Docs.git --branch gh-pages $TEMP_REPO_DIR\n\necho \"Clear repo directory\"\ncd $TEMP_REPO_DIR\ngit rm -r *\n\necho \"Copy documentation into the repo\"\ncp -r $SOURCE_DIR/_site/* .\ncp $SOURCE_DIR/CNAME .\n\necho \"Push the new docs to the remote branch\"\ngit add . -A\ngit commit -m \"Update generated documentation\"\ngit push origin gh-pages\n"
  },
  {
    "path": "src/Microsoft.AspNetCore.Blazor.Browser.xml",
    "content": "<?xml version=\"1.0\"?>\n<doc>\n    <assembly>\n        <name>Microsoft.AspNetCore.Blazor.Browser</name>\n    </assembly>\n    <members>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Builder.BlazorApplicationBuilderExtensions\">\n            <summary>\n            Provides extension methods for <see cref=\"T:Microsoft.AspNetCore.Blazor.Builder.IBlazorApplicationBuilder\"/>.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Builder.BlazorApplicationBuilderExtensions.AddComponent``1(Microsoft.AspNetCore.Blazor.Builder.IBlazorApplicationBuilder,System.String)\">\n            <summary>\n            Associates the component type with the application,\n            causing it to be displayed in the specified DOM element.\n            </summary>\n            <param name=\"app\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.Builder.IBlazorApplicationBuilder\"/>.</param>\n            <typeparam name=\"TComponent\">The type of the component.</typeparam>\n            <param name=\"domElementSelector\">A CSS selector that uniquely identifies a DOM element.</param>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Builder.IBlazorApplicationBuilder\">\n            <summary>\n            A builder for constructing a Blazor application.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Builder.IBlazorApplicationBuilder.Services\">\n            <summary>\n            Gets the application services.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Builder.IBlazorApplicationBuilder.AddComponent(System.Type,System.String)\">\n            <summary>\n            Associates the <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.IComponent\"/> with the application,\n            causing it to be displayed in the specified DOM element.\n            </summary>\n            <param name=\"componentType\">The type of the component.</param>\n            <param name=\"domElementSelector\">A CSS selector that uniquely identifies a DOM element.</param>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Hosting.BlazorWebAssemblyHost\">\n            <summary>\n            Used to to create instances a Blazor host builder for a Browser application.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Hosting.BlazorWebAssemblyHost.CreateDefaultBuilder\">\n            <summary>\n            Creates a an instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder\"/>.\n            </summary>\n            <returns>The <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder\"/>.</returns>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHost\">\n            <summary>\n            A program abstraction.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHost.Services\">\n            <summary>\n            The programs configured services.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHost.StartAsync(System.Threading.CancellationToken)\">\n            <summary>\n            Start the program.\n            </summary>\n            <param name=\"cancellationToken\">Used to abort program start.</param>\n            <returns></returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHost.StopAsync(System.Threading.CancellationToken)\">\n            <summary>\n            Attempts to gracefully stop the program.\n            </summary>\n            <param name=\"cancellationToken\">Used to indicate when stop should no longer be graceful.</param>\n            <returns></returns>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder\">\n            <summary>\n            Abstraction for configuring a Blazor browser-based application.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder.Properties\">\n            <summary>\n            A central location for sharing state between components during the host building process.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder.ConfigureServices(System.Action{Microsoft.AspNetCore.Blazor.Hosting.WebAssemblyHostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceCollection})\">\n            <summary>\n            Adds services to the container. This can be called multiple times and the results will be additive.\n            </summary>\n            <param name=\"configureDelegate\">The delegate for configuring the <see cref=\"T:Microsoft.Extensions.DependencyInjection.IServiceCollection\"/> that will be used\n            to construct the <see cref=\"T:System.IServiceProvider\"/>.</param>\n            <returns>The same instance of the <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder\"/> for chaining.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder.Build\">\n            <summary>\n            Run the given actions to initialize the host. This can only be called once.\n            </summary>\n            <returns>An initialized <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHost\"/></returns>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Hosting.WebAssemblyHostBuilder.Properties\">\n            <summary>\n            A central location for sharing state between components during the host building process.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Hosting.WebAssemblyHostBuilder.ConfigureServices(System.Action{Microsoft.AspNetCore.Blazor.Hosting.WebAssemblyHostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceCollection})\">\n            <summary>\n            Adds services to the container. This can be called multiple times and the results will be additive.\n            </summary>\n            <param name=\"configureDelegate\"></param>\n            <returns>The same instance of the <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder\"/> for chaining.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Hosting.WebAssemblyHostBuilder.Build\">\n            <summary>\n            Run the given actions to initialize the host. This can only be called once.\n            </summary>\n            <returns>An initialized <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHost\"/></returns>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Hosting.WebAssemblyHostBuilderContext\">\n            <summary>\n            Context containing the common services on the <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHost\" />. Some properties may be null until set by the <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHost\" />.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Hosting.WebAssemblyHostBuilderContext.#ctor(System.Collections.Generic.IDictionary{System.Object,System.Object})\">\n            <summary>\n            Creates a new <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.WebAssemblyHostBuilderContext\" />.\n            </summary>\n            <param name=\"properties\">The property collection.</param>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Hosting.WebAssemblyHostBuilderContext.Properties\">\n            <summary>\n            A central location for sharing state between components during the host building process.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Hosting.WebAssemblyHostBuilderExtensions\">\n            <summary>\n            Provides Blazor-specific support for <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHost\"/>.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Hosting.WebAssemblyHostBuilderExtensions.ConfigureServices(Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder,System.Action{Microsoft.Extensions.DependencyInjection.IServiceCollection})\">\n            <summary>\n            Adds services to the container. This can be called multiple times and the results will be additive.\n            </summary>\n            <param name=\"hostBuilder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder\" /> to configure.</param>\n            <param name=\"configureDelegate\"></param>\n            <returns>The same instance of the <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder\"/> for chaining.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Hosting.WebAssemblyHostBuilderExtensions.UseBlazorStartup(Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder,System.Type)\">\n            <summary>\n            Configures the <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder\"/> to use the provided startup class.\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder\"/>.</param>\n            <param name=\"startupType\">A type that configures a Blazor application.</param>\n            <returns>The <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder\"/>.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Hosting.WebAssemblyHostBuilderExtensions.UseBlazorStartup``1(Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder)\">\n            <summary>\n            Configures the <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder\"/> to use the provided startup class.\n            </summary>\n            <typeparam name=\"TStartup\">A type that configures a Blazor application.</typeparam>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder\"/>.</param>\n            <returns>The <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder\"/>.</returns>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Hosting.WebAssemblyHostExtensions\">\n            <summary>\n            Extension methods for <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHost\"/>.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Hosting.WebAssemblyHostExtensions.Run(Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHost)\">\n            <summary>\n            Runs the application.\n            </summary>\n            <param name=\"host\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHost\"/> to run.</param>\n            <remarks>\n            Currently, Blazor applications running in the browser don't have a lifecycle - the application does not\n            get a chance to gracefully shut down. For now, <see cref=\"M:Microsoft.AspNetCore.Blazor.Hosting.WebAssemblyHostExtensions.Run(Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHost)\"/> simply starts the host\n            and allows execution to continue.\n            </remarks>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Browser.Http.BrowserHttpMessageHandler\">\n            <summary>\n            A browser-compatible implementation of <see cref=\"T:System.Net.Http.HttpMessageHandler\"/>\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Browser.Http.BrowserHttpMessageHandler.DefaultCredentials\">\n            <summary>\n            Gets or sets the default value of the 'credentials' option on outbound HTTP requests.\n            Defaults to <see cref=\"F:Microsoft.AspNetCore.Blazor.Browser.Http.FetchCredentialsOption.SameOrigin\"/>.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.Browser.Http.BrowserHttpMessageHandler.FetchArgs\">\n            <summary>\n            The name of a well-known property that can be added to <see cref=\"P:System.Net.Http.HttpRequestMessage.Properties\"/>\n            to control the arguments passed to the underlying JavaScript <code>fetch</code> API.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Http.BrowserHttpMessageHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)\">\n            <inheritdoc />\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Browser.Http.FetchCredentialsOption\">\n            <summary>\n            Specifies a value for the 'credentials' option on outbound HTTP requests.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.Browser.Http.FetchCredentialsOption.Omit\">\n            <summary>\n            Advises the browser never to send credentials (such as cookies or HTTP auth headers).\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.Browser.Http.FetchCredentialsOption.SameOrigin\">\n            <summary>\n            Advises the browser to send credentials (such as cookies or HTTP auth headers)\n            only if the target URL is on the same origin as the calling application.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.Browser.Http.FetchCredentialsOption.Include\">\n            <summary>\n            Advises the browser to send credentials (such as cookies or HTTP auth headers)\n            even for cross-origin requests.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRenderer\">\n            <summary>\n            Provides mechanisms for rendering <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.IComponent\"/> instances in a\n            web browser, dispatching events to them, and refreshing the UI as required.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRenderer.#ctor\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRenderer\"/>.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRenderer.#ctor(System.IServiceProvider)\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRenderer\"/>.\n            </summary>\n            <param name=\"serviceProvider\">The <see cref=\"T:System.IServiceProvider\"/> to use when initializing components.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRenderer.AddComponent``1(System.String)\">\n            <summary>\n            Attaches a new root component to the renderer,\n            causing it to be displayed in the specified DOM element.\n            </summary>\n            <typeparam name=\"TComponent\">The type of the component.</typeparam>\n            <param name=\"domElementSelector\">A CSS selector that uniquely identifies a DOM element.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRenderer.AddComponent(System.Type,System.String)\">\n            <summary>\n            Associates the <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.IComponent\"/> with the <see cref=\"T:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRenderer\"/>,\n            causing it to be displayed in the specified DOM element.\n            </summary>\n            <param name=\"componentType\">The type of the component.</param>\n            <param name=\"domElementSelector\">A CSS selector that uniquely identifies a DOM element.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRenderer.Dispose\">\n            <summary>\n            Disposes the instance.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRenderer.UpdateDisplayAsync(Microsoft.AspNetCore.Blazor.Rendering.RenderBatch@)\">\n            <inheritdoc />\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRendererEventDispatcher\">\n            <summary>\n            Provides mechanisms for dispatching events to components in a <see cref=\"T:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRenderer\"/>.\n            This is marked 'internal' because it only gets invoked from JS code.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRendererEventDispatcher.DispatchEvent(Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRendererEventDispatcher.BrowserEventDescriptor,System.String)\">\n            <summary>\n            For framework use only.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRendererEventDispatcher.BrowserEventDescriptor\">\n            <summary>\n            For framework use only.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRendererEventDispatcher.BrowserEventDescriptor.BrowserRendererId\">\n            <summary>\n            For framework use only.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRendererEventDispatcher.BrowserEventDescriptor.ComponentId\">\n            <summary>\n            For framework use only.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRendererEventDispatcher.BrowserEventDescriptor.EventHandlerId\">\n            <summary>\n            For framework use only.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRendererEventDispatcher.BrowserEventDescriptor.EventArgsType\">\n            <summary>\n            For framework use only.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Browser.Services.ActivateMonoJSRuntime\">\n            <summary>\n            Temporary mechanism for registering the Mono JS runtime. Developers do not need to\n            use this directly, and it will be removed shortly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Services.ActivateMonoJSRuntime.EnsureActivated\">\n            <summary>\n            Temporary mechanism for registering the Mono JS runtime. Developers do not need to\n            use this directly, and it will be removed shortly.\n            The return value is intended to be used with GC.KeepAlive purely as a way of ensuring\n            the invocation doesn't get stripped out by the linker (if it's smart enough to do so).\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Browser.Services.BrowserServiceProvider\">\n            <summary>\n            An implementation of <see cref=\"T:System.IServiceProvider\"/> configured with\n            default services suitable for use in a browser environment.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Services.BrowserServiceProvider.#ctor\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.Browser.Services.BrowserServiceProvider\"/>.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Services.BrowserServiceProvider.#ctor(System.Action{Microsoft.Extensions.DependencyInjection.IServiceCollection})\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.Browser.Services.BrowserServiceProvider\"/>.\n            </summary>\n            <param name=\"configure\">A callback that can be used to configure the <see cref=\"T:Microsoft.Extensions.DependencyInjection.IServiceCollection\"/>.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Services.BrowserServiceProvider.GetService(System.Type)\">\n            <inheritdoc />\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Browser.Services.BrowserUriHelper\">\n            <summary>\n            Default browser implementation of <see cref=\"T:Microsoft.AspNetCore.Blazor.Services.IUriHelper\"/>.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.Browser.Services.BrowserUriHelper.Instance\">\n            <summary>\n            Gets the instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.Browser.Services.BrowserUriHelper\"/>.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Services.BrowserUriHelper.InitializeState\">\n            <summary>\n            Called to initialize BaseURI and current URI before those values the first time.\n            Override this method to dynamically calculate the those values.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Services.BrowserUriHelper.NavigateToCore(System.String)\">\n            <inheritdoc />\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Services.BrowserUriHelper.NotifyLocationChanged(System.String)\">\n            <summary>\n            For framework use only.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Services.BrowserUriHelper.ToBaseUri(System.String)\">\n            <summary>\n            Given the document's document.baseURI value, returns the URI\n            that can be prepended to relative URI paths to produce an absolute URI.\n            This is computed by removing anything after the final slash.\n            Internal for tests.\n            </summary>\n            <param name=\"absoluteBaseUri\">The page's document.baseURI value.</param>\n            <returns>The URI prefix</returns>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Rendering.RendererRegistry\">\n            <summary>\n            Framework infrastructure, not intended to be used by application code.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Rendering.RendererRegistry.Current\">\n            <summary>\n            Framework infrastructure, not intended to be used by application code.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Rendering.RendererRegistry.SetCurrentRendererRegistry(Microsoft.AspNetCore.Blazor.Rendering.RendererRegistry)\">\n            <summary>\n            Framework infrastructure, not intended by used by application code.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Rendering.RendererRegistry.Add(Microsoft.AspNetCore.Blazor.Rendering.Renderer)\">\n            <summary>\n            Framework infrastructure, not intended by used by application code.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Rendering.RendererRegistry.Find(System.Int32)\">\n            <summary>\n            Framework infrastructure, not intended by used by application code.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Rendering.RendererRegistry.TryRemove(System.Int32)\">\n            <summary>\n            Framework infrastructure, not intended by used by application code.\n            </summary>\n        </member>\n    </members>\n</doc>\n"
  },
  {
    "path": "src/Microsoft.AspNetCore.Blazor.Server.xml",
    "content": "<?xml version=\"1.0\"?>\n<doc>\n    <assembly>\n        <name>Microsoft.AspNetCore.Blazor.Server</name>\n    </assembly>\n    <members>\n        <member name=\"T:Microsoft.AspNetCore.Builder.BlazorOptions\">\n            <summary>\n            Provides configuration options to the <see cref=\"M:Microsoft.AspNetCore.Builder.BlazorApplicationBuilderExtensions.UseBlazor(Microsoft.AspNetCore.Builder.IApplicationBuilder,Microsoft.AspNetCore.Builder.BlazorOptions)\"/>\n            middleware.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Builder.BlazorOptions.ClientAssemblyPath\">\n            <summary>\n            Full path to the client assembly.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Builder.BlazorApplicationBuilderExtensions\">\n            <summary>\n            Provides extension methods that add Blazor-related middleware to the ASP.NET pipeline.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Builder.BlazorApplicationBuilderExtensions.UseBlazor``1(Microsoft.AspNetCore.Builder.IApplicationBuilder)\">\n            <summary>\n            Configures the middleware pipeline to work with Blazor.\n            </summary>\n            <typeparam name=\"TProgram\">Any type from the client app project. This is used to identify the client app assembly.</typeparam>\n            <param name=\"app\">The <see cref=\"T:Microsoft.AspNetCore.Builder.IApplicationBuilder\"/>.</param>\n            <returns>The <see cref=\"T:Microsoft.AspNetCore.Builder.IApplicationBuilder\"/>.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Builder.BlazorApplicationBuilderExtensions.UseBlazor(Microsoft.AspNetCore.Builder.IApplicationBuilder,Microsoft.AspNetCore.Builder.BlazorOptions)\">\n            <summary>\n            Configures the middleware pipeline to work with Blazor.\n            </summary>\n            <param name=\"app\">The <see cref=\"T:Microsoft.AspNetCore.Builder.IApplicationBuilder\"/>.</param>\n            <param name=\"options\">Options to configure the middleware.</param>\n            <returns>The <see cref=\"T:Microsoft.AspNetCore.Builder.IApplicationBuilder\"/>.</returns>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Builder.ServerSideBlazorApplicationBuilderExtensions\">\n            <summary>\n            Extension methods to configure an <see cref=\"T:Microsoft.AspNetCore.Builder.IApplicationBuilder\"/> for Server-Side Blazor.\n            These are just shorthand for combining UseSignalR with UseBlazor.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Builder.ServerSideBlazorApplicationBuilderExtensions.UseServerSideBlazor``1(Microsoft.AspNetCore.Builder.IApplicationBuilder)\">\n            <summary>\n            Registers Server-Side Blazor in the pipeline.\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Builder.IApplicationBuilder\"/>.</param>\n            <typeparam name=\"TStartup\">A Blazor startup type.</typeparam>\n            <returns>The <see cref=\"T:Microsoft.AspNetCore.Builder.IApplicationBuilder\"/>.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Builder.ServerSideBlazorApplicationBuilderExtensions.UseServerSideBlazor(Microsoft.AspNetCore.Builder.IApplicationBuilder,Microsoft.AspNetCore.Builder.BlazorOptions)\">\n            <summary>\n            Registers Server-Side Blazor in the pipeline.\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Builder.IApplicationBuilder\"/>.</param>\n            <param name=\"options\">A <see cref=\"T:Microsoft.AspNetCore.Builder.BlazorOptions\"/> instance used to configure the Blazor file provider.</param>\n            <returns>The <see cref=\"T:Microsoft.AspNetCore.Builder.IApplicationBuilder\"/>.</returns>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Server.AutoRebuild.IRebuildService\">\n            <summary>\n            Represents a mechanism for rebuilding a .NET project. For example, it\n            could be a way of signalling to a VS process to perform a build.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Server.AutoRebuild.VSForWindowsRebuildService\">\n            <summary>\n            Finds the VS process that launched this app process (if any), and uses\n            named pipes to communicate with its AutoRebuild listener (if any).\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Server.BlazorHub\">\n            <summary>\n            A SignalR hub that accepts connections to a Server-Side Blazor app.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Server.BlazorHub.#ctor(Microsoft.Extensions.Logging.ILogger{Microsoft.AspNetCore.Blazor.Server.BlazorHub},System.IServiceProvider)\">\n            <summary>\n            Intended for framework use only. Applications should not instantiate\n            this class directly.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Server.BlazorHub.DefaultPath\">\n            <summary>\n            Gets the default endpoint path for incoming connections.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Server.BlazorHub.OnDisconnectedAsync(System.Exception)\">\n            <summary>\n            Intended for framework use only. Applications should not call this method directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Server.BlazorHub.StartCircuit(System.String,System.String)\">\n            <summary>\n            Intended for framework use only. Applications should not call this method directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Server.BlazorHub.BeginInvokeDotNetFromJS(System.String,System.String,System.String,System.Int64,System.String)\">\n            <summary>\n            Intended for framework use only. Applications should not call this method directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Server.BlazorHub.OnRenderCompleted(System.Int64,System.String)\">\n            <summary>\n            Intended for framework use only. Applications should not call this method directly.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Server.Circuits.AutoCancelTaskCompletionSource`1\">\n            <summary>\n            Behaves like a <see cref=\"T:System.Threading.Tasks.TaskCompletionSource`1\"/>, but automatically times out\n            the underlying task after a given period if not already completed.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Server.Circuits.Circuit\">\n            <summary>\n            Represents an active connection between a Blazor server and a client.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Server.Circuits.Circuit.Current\">\n            <summary>\n            Gets the current <see cref=\"T:Microsoft.AspNetCore.Blazor.Server.Circuits.Circuit\"/>.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Server.Circuits.Circuit.JSRuntime\">\n            <summary>\n            Gets the <see cref=\"T:Microsoft.JSInterop.IJSRuntime\"/> associated with this circuit.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Server.Circuits.Circuit.Services\">\n            <summary>\n            Gets the <see cref=\"T:System.IServiceProvider\"/> associated with this circuit.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Server.Circuits.CircuitHost.Current\">\n            <summary>\n            Gets the current <see cref=\"P:Microsoft.AspNetCore.Blazor.Server.Circuits.CircuitHost.Circuit\"/>, if any.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Server.Circuits.CircuitHost.SetCurrentCircuitHost(Microsoft.AspNetCore.Blazor.Server.Circuits.CircuitHost)\">\n            <summary>\n            Sets the current <see cref=\"P:Microsoft.AspNetCore.Blazor.Server.Circuits.CircuitHost.Circuit\"/>.\n            </summary>\n            <param name=\"circuitHost\">The <see cref=\"P:Microsoft.AspNetCore.Blazor.Server.Circuits.CircuitHost.Circuit\"/>.</param>\n            <remarks>\n            Calling <see cref=\"M:Microsoft.AspNetCore.Blazor.Server.Circuits.CircuitHost.SetCurrentCircuitHost(Microsoft.AspNetCore.Blazor.Server.Circuits.CircuitHost)\"/> will store the circuit\n            and other related values such as the <see cref=\"T:Microsoft.JSInterop.IJSRuntime\"/> and <see cref=\"P:Microsoft.AspNetCore.Blazor.Server.Circuits.CircuitHost.Renderer\"/>\n            in the local execution context. Application code should not need to call this method,\n            it is primarily used by the Server-Side Blazor infrastructure.\n            </remarks>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Server.Circuits.MessagePackBufferStream\">\n            <summary>\n            Provides Stream APIs for writing to a MessagePack-supplied expandable buffer.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Server.Circuits.RemoteUriHelper\">\n            <summary>\n            A Server-Side Blazor implementation of <see cref=\"T:Microsoft.AspNetCore.Blazor.Services.IUriHelper\"/>.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Server.Circuits.RemoteUriHelper.#ctor(Microsoft.JSInterop.IJSRuntime)\">\n            <summary>\n            Creates a new <see cref=\"T:Microsoft.AspNetCore.Blazor.Server.Circuits.RemoteUriHelper\"/>.\n            </summary>\n            <param name=\"jsRuntime\"></param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Server.Circuits.RemoteUriHelper.Initialize(System.String,System.String)\">\n            <summary>\n            Initializes the <see cref=\"T:Microsoft.AspNetCore.Blazor.Server.Circuits.RemoteUriHelper\"/>.\n            </summary>\n            <param name=\"uriAbsolute\">The absolute URI of the current page.</param>\n            <param name=\"baseUriAbsolute\">The absolute base URI of the current page.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Server.Circuits.RemoteUriHelper.NotifyLocationChanged(System.String)\">\n            <summary>\n            For framework use only.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Server.Circuits.RemoteUriHelper.NavigateToCore(System.String)\">\n            <summary>\n            Navigates to the specified URI.\n            </summary>\n            <param name=\"uri\">The destination URI. This can be absolute, or relative to the base URI\n            (as returned by <see cref=\"M:Microsoft.AspNetCore.Blazor.Services.IUriHelper.GetBaseUri\"/>).</param>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Server.Circuits.RenderBatchFormatterResolver\">\n            <summary>\n            A MessagePack IFormatterResolver that provides an efficient binary serialization\n            of <see cref=\"T:Microsoft.AspNetCore.Blazor.Rendering.RenderBatch\"/>. The client-side code knows how to walk through this\n            binary representation directly, without it first being parsed as an object graph.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Server.Circuits.RenderBatchWriter\">\n            <summary>\n            Provides a custom binary serializer for <see cref=\"T:Microsoft.AspNetCore.Blazor.Rendering.RenderBatch\"/> instances.\n            This is designed with both server-side and client-side perf in mind:\n            \n             * Array-like regions always have a fixed size per entry (even if some entry types\n               don't require as much space as others) so the recipient can index directly.\n             * The indices describing where field data starts, where each string value starts,\n               etc., are written *after* that data, so when writing the data we don't have to\n               compute the locations up front or seek back to an earlier point in the stream.\n               The recipient can only process the data after reading it all into a buffer,\n               so it's no disadvantage for the location info to be at the end.\n             * We only serialize the data that the JS side will need. For example, we don't\n               emit frame sequence numbers, or any representation of nonstring attribute\n               values, or component instances, etc.\n               \n            We don't have or need a .NET reader for this format. We only read it from JS code.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Server.WasmMediaTypeNames\">\n            <summary>\n            Contains values for WASM-related media types.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Server.WasmMediaTypeNames.Application\">\n            <summary>\n            Contains values for WASM-related media types within the \"application.\" namespace\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.Server.WasmMediaTypeNames.Application.Wasm\">\n            <summary>\n            The standard media type name for WebAssembly binary files.\n            </summary>\n        </member>\n        <member name=\"E:Microsoft.AspNetCore.Blazor.Browser.Rendering.RemoteRenderer.UnhandledException\">\n            <summary>\n            Notifies when a rendering exception occured.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Rendering.RemoteRenderer.#ctor(System.IServiceProvider,Microsoft.AspNetCore.Blazor.Rendering.RendererRegistry,Microsoft.JSInterop.IJSRuntime,Microsoft.AspNetCore.SignalR.IClientProxy,System.Threading.SynchronizationContext)\">\n            <summary>\n            Creates a new <see cref=\"T:Microsoft.AspNetCore.Blazor.Browser.Rendering.RemoteRenderer\"/>.\n            </summary>\n            <param name=\"serviceProvider\">The <see cref=\"T:System.IServiceProvider\"/>.</param>\n            <param name=\"rendererRegistry\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.Rendering.RendererRegistry\"/>.</param>\n            <param name=\"jsRuntime\">The <see cref=\"T:Microsoft.JSInterop.IJSRuntime\"/>.</param>\n            <param name=\"client\">The <see cref=\"T:Microsoft.AspNetCore.SignalR.IClientProxy\"/>.</param>\n            <param name=\"syncContext\">A <see cref=\"T:System.Threading.SynchronizationContext\"/> that can be used to serialize renderer operations.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Rendering.RemoteRenderer.AddComponent``1(System.String)\">\n            <summary>\n            Attaches a new root component to the renderer,\n            causing it to be displayed in the specified DOM element.\n            </summary>\n            <typeparam name=\"TComponent\">The type of the component.</typeparam>\n            <param name=\"domElementSelector\">A CSS selector that uniquely identifies a DOM element.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Rendering.RemoteRenderer.AddComponent(System.Type,System.String)\">\n            <summary>\n            Associates the <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.IComponent\"/> with the <see cref=\"T:Microsoft.AspNetCore.Blazor.Browser.Rendering.BrowserRenderer\"/>,\n            causing it to be displayed in the specified DOM element.\n            </summary>\n            <param name=\"componentType\">The type of the component.</param>\n            <param name=\"domElementSelector\">A CSS selector that uniquely identifies a DOM element.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Rendering.RemoteRenderer.Dispose\">\n            <summary>\n            Disposes the instance.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Rendering.RemoteRenderer.UpdateDisplayAsync(Microsoft.AspNetCore.Blazor.Rendering.RenderBatch@)\">\n            <inheritdoc />\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Browser.Rendering.RemoteRendererException\">\n            <summary>\n            Represents an exception related to remote rendering.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Browser.Rendering.RemoteRendererException.#ctor(System.String)\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.Browser.Rendering.RemoteRendererException\"/>.\n            </summary>\n            <param name=\"message\">The exception message.</param>\n        </member>\n        <member name=\"T:Microsoft.Extensions.DependencyInjection.ServerSideBlazorServiceCollectionExtensions\">\n            <summary>\n            Extension methods to configure an <see cref=\"T:Microsoft.Extensions.DependencyInjection.IServiceCollection\"/> for Server-Side Blazor.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.Extensions.DependencyInjection.ServerSideBlazorServiceCollectionExtensions.AddServerSideBlazor(Microsoft.Extensions.DependencyInjection.IServiceCollection)\">\n            <summary>\n            Adds Server-Side Blazor services to the service collection.\n            </summary>\n            <param name=\"services\">The <see cref=\"T:Microsoft.Extensions.DependencyInjection.IServiceCollection\"/>.</param>\n            <returns>The <see cref=\"T:Microsoft.Extensions.DependencyInjection.IServiceCollection\"/>.</returns>\n        </member>\n        <member name=\"M:Microsoft.Extensions.DependencyInjection.ServerSideBlazorServiceCollectionExtensions.AddServerSideBlazor(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)\">\n            <summary>\n            Adds Server-Side Blazor services to the service collection.\n            </summary>\n            <param name=\"services\">The <see cref=\"T:Microsoft.Extensions.DependencyInjection.IServiceCollection\"/>.</param>\n            <param name=\"startupType\">A Blazor startup type.</param>\n            <returns>The <see cref=\"T:Microsoft.Extensions.DependencyInjection.IServiceCollection\"/>.</returns>\n        </member>\n        <member name=\"M:Microsoft.Extensions.DependencyInjection.ServerSideBlazorServiceCollectionExtensions.AddServerSideBlazor``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)\">\n            <summary>\n            Adds Server-Side Blazor services to the service collection.\n            </summary>\n            <param name=\"services\">The <see cref=\"T:Microsoft.Extensions.DependencyInjection.IServiceCollection\"/>.</param>\n            <typeparam name=\"TStartup\">A Blazor startup type.</typeparam>\n            <returns>The <see cref=\"T:Microsoft.Extensions.DependencyInjection.IServiceCollection\"/>.</returns>\n        </member>\n    </members>\n</doc>\n"
  },
  {
    "path": "src/Microsoft.AspNetCore.Blazor.xml",
    "content": "<?xml version=\"1.0\"?>\n<doc>\n    <assembly>\n        <name>Microsoft.AspNetCore.Blazor</name>\n    </assembly>\n    <members>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.BindAttributes\">\n            <summary>\n            Infrastructure for the discovery of <c>bind</c> attributes for markup elements.\n            </summary>\n            <remarks>\n            To extend the set of <c>bind</c> attributes, define a public class named \n            <c>BindAttributes</c> and annotate it with the appropriate attributes.\n            </remarks>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.BindElementAttribute\">\n            <summary>\n            Configures options for binding specific element types.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindElementAttribute.#ctor(System.String,System.String,System.String,System.String)\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.BindElementAttribute\"/>.\n            </summary>\n            <param name=\"element\">The tag name of the element.</param>\n            <param name=\"suffix\">The suffix value. For example, set this to <code>value</code> for <code>bind-value</code>, or set this to <code>null</code> for <code>bind</code>.</param>\n            <param name=\"valueAttribute\">The name of the value attribute to be bound.</param>\n            <param name=\"changeAttribute\">The name of an attribute that will register an associated change event.</param>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.BindElementAttribute.Element\">\n            <summary>\n            Gets the tag name of the element.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.BindElementAttribute.Suffix\">\n            <summary>\n            Gets the suffix value.\n            For example, this will be <code>value</code> to mean <code>bind-value</code>, or <code>null</code> to mean <code>bind</code>.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.BindElementAttribute.ValueAttribute\">\n            <summary>\n            Gets the name of the value attribute to be bound.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.BindElementAttribute.ChangeAttribute\">\n            <summary>\n            Gets the name of an attribute that will register an associated change event.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.BindInputElementAttribute\">\n            <summary>\n            Configures options for binding subtypes of an HTML <code>input</code> element.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindInputElementAttribute.#ctor(System.String,System.String,System.String,System.String)\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.BindInputElementAttribute\"/>.\n            </summary>\n            <param name=\"type\">The value of the element's <code>type</code> attribute.</param>\n            <param name=\"suffix\">The suffix value.</param>\n            <param name=\"valueAttribute\">The name of the value attribute to be bound.</param>\n            <param name=\"changeAttribute\">The name of an attribute that will register an associated change event.</param>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.BindInputElementAttribute.Type\">\n            <summary>\n            Gets the value of the element's <code>type</code> attribute.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.BindInputElementAttribute.Suffix\">\n            <summary>\n            Gets the suffix value.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.BindInputElementAttribute.ValueAttribute\">\n            <summary>\n            Gets the name of the value attribute to be bound.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.BindInputElementAttribute.ChangeAttribute\">\n            <summary>\n            Gets the name of an attribute that will register an associated change event.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.BindMethods\">\n            <summary>\n            Methods used internally by @bind syntax. Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue``1(``0)\">\n            <summary>\n            Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindMethods.GetValue(System.DateTime,System.String)\">\n            <summary>\n            Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue``1(System.String)\">\n            <summary>\n            Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue``1(System.Action)\">\n            <summary>\n            Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue``1(System.Func{System.Threading.Tasks.Task})\">\n            <summary>\n            Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue``1(System.Action{``0})\">\n            <summary>\n            Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindMethods.GetEventHandlerValue``1(System.Func{``0,System.Threading.Tasks.Task})\">\n            <summary>\n            Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(System.Action{System.String},System.String)\">\n            <summary>\n            Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(System.Action{System.Boolean},System.Boolean)\">\n            <summary>\n            Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(System.Action{System.Int32},System.Int32)\">\n            <summary>\n            Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(System.Action{System.Int64},System.Int64)\">\n            <summary>\n            Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(System.Action{System.Single},System.Single)\">\n            <summary>\n            Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(System.Action{System.Double},System.Double)\">\n            <summary>\n            Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(System.Action{System.Decimal},System.Decimal)\">\n            <summary>\n            Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(System.Action{System.DateTime},System.DateTime)\">\n            <summary>\n            Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler(System.Action{System.DateTime},System.DateTime,System.String)\">\n            <summary>\n            Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BindMethods.SetValueHandler``1(System.Action{``0},``0)\">\n            <summary>\n            Not intended to be used directly.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.BlazorComponent\">\n            <summary>\n            Optional base class for Blazor components. Alternatively, Blazor components may\n            implement <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.IComponent\"/> directly.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.Components.BlazorComponent.BuildRenderTreeMethodName\">\n            <summary>\n            Specifies the name of the <see cref=\"N:Microsoft.AspNetCore.Blazor.RenderTree\"/>-building method.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BlazorComponent.#ctor\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.BlazorComponent\"/>.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BlazorComponent.BuildRenderTree(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder)\">\n            <summary>\n            Renders the component to the supplied <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.\n            </summary>\n            <param name=\"builder\">A <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/> that will receive the render output.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BlazorComponent.OnInit\">\n            <summary>\n            Method invoked when the component is ready to start, having received its\n            initial parameters from its parent in the render tree.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BlazorComponent.OnInitAsync\">\n            <summary>\n            Method invoked when the component is ready to start, having received its\n            initial parameters from its parent in the render tree.\n            \n            Override this method if you will perform an asynchronous operation and\n            want the component to refresh when that operation is completed.\n            </summary>\n            <returns>A <see cref=\"T:System.Threading.Tasks.Task\"/> representing any asynchronous operation.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BlazorComponent.OnParametersSet\">\n            <summary>\n            Method invoked when the component has received parameters from its parent in\n            the render tree, and the incoming values have been assigned to properties.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BlazorComponent.OnParametersSetAsync\">\n            <summary>\n            Method invoked when the component has received parameters from its parent in\n            the render tree, and the incoming values have been assigned to properties.\n            </summary>\n            <returns>A <see cref=\"T:System.Threading.Tasks.Task\"/> representing any asynchronous operation.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BlazorComponent.StateHasChanged\">\n            <summary>\n            Notifies the component that its state has changed. When applicable, this will\n            cause the component to be re-rendered.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BlazorComponent.ShouldRender\">\n            <summary>\n            Returns a flag to indicate whether the component should render.\n            </summary>\n            <returns></returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BlazorComponent.OnAfterRender\">\n            <summary>\n            Method invoked after each time the component has been rendered.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BlazorComponent.OnAfterRenderAsync\">\n            <summary>\n            Method invoked after each time the component has been rendered. Note that the component does\n            not automatically re-render after the completion of any returned <see cref=\"T:System.Threading.Tasks.Task\"/>, because\n            that would cause an infinite render loop.\n            </summary>\n            <returns>A <see cref=\"T:System.Threading.Tasks.Task\"/> representing any asynchronous operation.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.BlazorComponent.SetParameters(Microsoft.AspNetCore.Blazor.Components.ParameterCollection)\">\n            <summary>\n            Method invoked to apply initial or updated parameters to the component.\n            </summary>\n            <param name=\"parameters\">The parameters to apply.</param>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.CascadingParameterAttribute\">\n            <summary>\n            Denotes the target member as a cascading component parameter. Its value will be\n            supplied by the closest ancestor <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.CascadingValue`1\"/> component that\n            supplies values with a compatible type and name.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.CascadingParameterAttribute.Name\">\n             <summary>\n             If specified, the parameter value will be supplied by the closest\n             ancestor <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.CascadingValue`1\"/> that supplies a value with\n             this name.\n            \n             If null, the parameter value will be supplied by the closest ancestor\n             <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.CascadingValue`1\"/>  that supplies a value with a compatible\n             type.\n             </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.CascadingValue`1\">\n            <summary>\n            A component that provides a cascading value to all descendant components.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.CascadingValue`1.ChildContent\">\n            <summary>\n            The content to which the value should be provided.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.CascadingValue`1.Value\">\n            <summary>\n            The value to be provided.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.CascadingValue`1.Name\">\n             <summary>\n             Optionally gives a name to the provided value. Descendant components\n             will be able to receive the value by specifying this name.\n            \n             If no name is specified, then descendant components will receive the\n             value based the type of value they are requesting.\n             </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.CascadingValue`1.IsFixed\">\n            <summary>\n            If true, indicates that <see cref=\"P:Microsoft.AspNetCore.Blazor.Components.CascadingValue`1.Value\"/> will not change. This is a\n            performance optimization that allows the framework to skip setting up\n            change notifications. Set this flag only if you will not change\n            <see cref=\"P:Microsoft.AspNetCore.Blazor.Components.CascadingValue`1.Value\"/> during the component's lifetime.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.CascadingValue`1.Init(Microsoft.AspNetCore.Blazor.Components.RenderHandle)\">\n            <inheritdoc />\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.CascadingValue`1.SetParameters(Microsoft.AspNetCore.Blazor.Components.ParameterCollection)\">\n            <inheritdoc />\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.ComponentResolver\">\n            <summary>\n            Resolves components for an application.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.ComponentResolver.ResolveComponents(System.Reflection.Assembly)\">\n            <summary>\n            Lists all the types \n            </summary>\n            <param name=\"appAssembly\"></param>\n            <returns></returns>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.EventHandlerAttribute\">\n            <summary>\n            Associates an event argument type with an event attribute name.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.EventHandlerAttribute.#ctor(System.String,System.Type)\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.EventHandlerAttribute\"/>.\n            </summary>\n            <param name=\"attributeName\"></param>\n            <param name=\"eventArgsType\"></param>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.EventHandlerAttribute.AttributeName\">\n            <summary>\n            Gets the attribute name.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.EventHandlerAttribute.EventArgsType\">\n            <summary>\n            Gets the event argument type.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.EventHandlerInvoker\">\n            <summary>\n            A bound event handler delegate.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.EventHandlerInvoker.#ctor(System.MulticastDelegate)\">\n            <summary>\n            Creates the new <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.EventHandlerInvoker\"/>.\n            </summary>\n            <param name=\"delegate\">The delegate to bind.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.EventHandlerInvoker.Invoke(Microsoft.AspNetCore.Blazor.UIEventArgs)\">\n            <summary>\n            Invokes the delegate associated with this binding.\n            </summary>\n            <param name=\"e\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.UIEventArgs\"/>.</param>\n            <returns></returns>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.EventHandlers\">\n            <summary>\n            Holds <see cref=\"T:System.EventHandler\"/> attributes to configure the mappings between event names and\n            event argument types.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.IComponent\">\n            <summary>\n            Represents a UI component.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.IComponent.Init(Microsoft.AspNetCore.Blazor.Components.RenderHandle)\">\n            <summary>\n            Initializes the component.\n            </summary>\n            <param name=\"renderHandle\">A <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.RenderHandle\"/> that allows the component to be rendered.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.IComponent.SetParameters(Microsoft.AspNetCore.Blazor.Components.ParameterCollection)\">\n            <summary>\n            Sets parameters supplied by the component's parent in the render tree.\n            </summary>\n            <param name=\"parameters\">The parameters.</param>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.IHandleAfterRender\">\n            <summary>\n            Interface implemented by components that receive notification that they have been rendered.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.IHandleAfterRender.OnAfterRender\">\n            <summary>\n            Notifies the component that it has been rendered.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.IHandleEvent\">\n            <summary>\n            Interface implemented by components that receive notification of their events.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.IHandleEvent.HandleEvent(Microsoft.AspNetCore.Blazor.Components.EventHandlerInvoker,Microsoft.AspNetCore.Blazor.UIEventArgs)\">\n            <summary>\n            Notifies the component that one of its event handlers has been triggered.\n            </summary>\n            <param name=\"binding\">The event binding.</param>\n            <param name=\"args\">Arguments for the event handler.</param>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.InjectAttribute\">\n            <summary>\n            Indicates that the associated property should have a value injected from the\n            service provider during initialization.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.Parameter\">\n            <summary>\n            Represents a single parameter supplied to an <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.IComponent\"/>\n            by its parent in the render tree.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.Parameter.Name\">\n            <summary>\n            Gets the name of the parameter.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.Parameter.Value\">\n            <summary>\n            Gets the value being supplied for the parameter.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.Parameter.Cascading\">\n            <summary>\n            Gets a value to indicate whether the parameter is cascading, meaning that it\n            was supplied by a <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.CascadingValue`1\"/>.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.ParameterAttribute\">\n            <summary>\n            Denotes the target member as a component parameter.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.ParameterCollection\">\n            <summary>\n            Represents a collection of parameters supplied to an <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.IComponent\"/>\n            by its parent in the render tree.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.ParameterCollection.Empty\">\n            <summary>\n            Gets an empty <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.ParameterCollection\"/>.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.ParameterCollection.GetEnumerator\">\n            <summary>\n            Returns an enumerator that iterates through the <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.ParameterCollection\"/>.\n            </summary>\n            <returns>The enumerator.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.ParameterCollection.TryGetValue``1(System.String,``0@)\">\n            <summary>\n            Gets the value of the parameter with the specified name.\n            </summary>\n            <typeparam name=\"T\">The type of the value.</typeparam>\n            <param name=\"parameterName\">The name of the parameter.</param>\n            <param name=\"result\">Receives the result, if any.</param>\n            <returns>True if a matching parameter was found; false otherwise.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.ParameterCollection.GetValueOrDefault``1(System.String)\">\n            <summary>\n            Gets the value of the parameter with the specified name, or a default value\n            if no such parameter exists in the collection.\n            </summary>\n            <typeparam name=\"T\">The type of the value.</typeparam>\n            <param name=\"parameterName\">The name of the parameter.</param>\n            <returns>The parameter value if found; otherwise the default value for the specified type.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.ParameterCollection.GetValueOrDefault``1(System.String,``0)\">\n            <summary>\n            Gets the value of the parameter with the specified name, or a specified default value\n            if no such parameter exists in the collection.\n            </summary>\n            <typeparam name=\"T\">The type of the value.</typeparam>\n            <param name=\"parameterName\">The name of the parameter.</param>\n            <param name=\"defaultValue\">The default value to return if no such parameter exists in the collection.</param>\n            <returns>The parameter value if found; otherwise <paramref name=\"defaultValue\"/>.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.ParameterCollection.ToDictionary\">\n            <summary>\n            Returns a dictionary populated with the contents of the <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.ParameterCollection\"/>.\n            </summary>\n            <returns>A dictionary populated with the contents of the <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.ParameterCollection\"/>.</returns>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.ParameterCollectionExtensions\">\n            <summary>\n            Extension methods for the <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.ParameterCollection\"/> type.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.ParameterCollectionExtensions.AssignToProperties(Microsoft.AspNetCore.Blazor.Components.ParameterCollection@,System.Object)\">\n            <summary>\n            Iterates through the <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.ParameterCollection\"/>, assigning each parameter\n            to a property of the same name on <paramref name=\"target\"/>.\n            </summary>\n            <param name=\"parameterCollection\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.ParameterCollection\"/>.</param>\n            <param name=\"target\">An object that has a public writable property matching each parameter's name and type.</param>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.ParameterEnumerator\">\n            <summary>\n            An enumerator that iterates through a <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.ParameterCollection\"/>.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.ParameterEnumerator.Current\">\n            <summary>\n            Gets the current value of the enumerator.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.ParameterEnumerator.MoveNext\">\n            <summary>\n            Instructs the enumerator to move to the next value in the sequence.\n            </summary>\n            <returns>A flag to indicate whether or not there is a next value.</returns>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.RenderHandle\">\n            <summary>\n            Allows a component to notify the renderer that it should be rendered.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.RenderHandle.IsInitialized\">\n            <summary>\n            Gets a value that indicates whether the <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.RenderHandle\"/> has been\n            initialised and is ready to use.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.RenderHandle.Render(Microsoft.AspNetCore.Blazor.RenderFragment)\">\n            <summary>\n            Notifies the renderer that the component should be rendered.\n            </summary>\n            <param name=\"renderFragment\">The content that should be rendered.</param>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.RouteAttribute\">\n            <summary>\n            Indicates that the associated component should match the specified route template pattern.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.RouteAttribute.#ctor(System.String)\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.RouteAttribute\"/>.\n            </summary>\n            <param name=\"template\">The route template.</param>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Components.RouteAttribute.Template\">\n            <summary>\n            Gets the route template.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers\">\n            <summary>\n            Used by generated code produced by the Blazor code generator. Not intended or supported\n            for use in application code.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Components.RuntimeHelpers.TypeCheck``1(``0)\">\n            <summary>\n            Not intended for use by application code.\n            </summary>\n            <typeparam name=\"T\"></typeparam>\n            <param name=\"value\"></param>\n            <returns></returns>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.ElementRef\">\n            <summary>\n            Represents a reference to a rendered element.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.HttpClientJsonExtensions\">\n            <summary>\n            Extension methods for working with JSON APIs.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.HttpClientJsonExtensions.GetJsonAsync``1(System.Net.Http.HttpClient,System.String)\">\n            <summary>\n            Sends a GET request to the specified URI, and parses the JSON response body\n            to create an object of the generic type.\n            </summary>\n            <typeparam name=\"T\">A type into which the response body can be JSON-deserialized.</typeparam>\n            <param name=\"httpClient\">The <see cref=\"T:System.Net.Http.HttpClient\"/>.</param>\n            <param name=\"requestUri\">The URI that the request will be sent to.</param>\n            <returns>The response parsed as an object of the generic type.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.HttpClientJsonExtensions.PostJsonAsync(System.Net.Http.HttpClient,System.String,System.Object)\">\n            <summary>\n            Sends a POST request to the specified URI, including the specified <paramref name=\"content\"/>\n            in JSON-encoded format, and parses the JSON response body to create an object of the generic type.\n            </summary>\n            <param name=\"httpClient\">The <see cref=\"T:System.Net.Http.HttpClient\"/>.</param>\n            <param name=\"requestUri\">The URI that the request will be sent to.</param>\n            <param name=\"content\">Content for the request body. This will be JSON-encoded and sent as a string.</param>\n            <returns>The response parsed as an object of the generic type.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.HttpClientJsonExtensions.PostJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Object)\">\n            <summary>\n            Sends a POST request to the specified URI, including the specified <paramref name=\"content\"/>\n            in JSON-encoded format, and parses the JSON response body to create an object of the generic type.\n            </summary>\n            <typeparam name=\"T\">A type into which the response body can be JSON-deserialized.</typeparam>\n            <param name=\"httpClient\">The <see cref=\"T:System.Net.Http.HttpClient\"/>.</param>\n            <param name=\"requestUri\">The URI that the request will be sent to.</param>\n            <param name=\"content\">Content for the request body. This will be JSON-encoded and sent as a string.</param>\n            <returns>The response parsed as an object of the generic type.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.HttpClientJsonExtensions.PutJsonAsync(System.Net.Http.HttpClient,System.String,System.Object)\">\n            <summary>\n            Sends a PUT request to the specified URI, including the specified <paramref name=\"content\"/>\n            in JSON-encoded format.\n            </summary>\n            <param name=\"httpClient\">The <see cref=\"T:System.Net.Http.HttpClient\"/>.</param>\n            <param name=\"requestUri\">The URI that the request will be sent to.</param>\n            <param name=\"content\">Content for the request body. This will be JSON-encoded and sent as a string.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.HttpClientJsonExtensions.PutJsonAsync``1(System.Net.Http.HttpClient,System.String,System.Object)\">\n            <summary>\n            Sends a PUT request to the specified URI, including the specified <paramref name=\"content\"/>\n            in JSON-encoded format, and parses the JSON response body to create an object of the generic type.\n            </summary>\n            <typeparam name=\"T\">A type into which the response body can be JSON-deserialized.</typeparam>\n            <param name=\"httpClient\">The <see cref=\"T:System.Net.Http.HttpClient\"/>.</param>\n            <param name=\"requestUri\">The URI that the request will be sent to.</param>\n            <param name=\"content\">Content for the request body. This will be JSON-encoded and sent as a string.</param>\n            <returns>The response parsed as an object of the generic type.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.HttpClientJsonExtensions.SendJsonAsync(System.Net.Http.HttpClient,System.Net.Http.HttpMethod,System.String,System.Object)\">\n            <summary>\n            Sends an HTTP request to the specified URI, including the specified <paramref name=\"content\"/>\n            in JSON-encoded format.\n            </summary>\n            <param name=\"httpClient\">The <see cref=\"T:System.Net.Http.HttpClient\"/>.</param>\n            <param name=\"method\">The HTTP method.</param>\n            <param name=\"requestUri\">The URI that the request will be sent to.</param>\n            <param name=\"content\">Content for the request body. This will be JSON-encoded and sent as a string.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.HttpClientJsonExtensions.SendJsonAsync``1(System.Net.Http.HttpClient,System.Net.Http.HttpMethod,System.String,System.Object)\">\n            <summary>\n            Sends an HTTP request to the specified URI, including the specified <paramref name=\"content\"/>\n            in JSON-encoded format, and parses the JSON response body to create an object of the generic type.\n            </summary>\n            <typeparam name=\"T\">A type into which the response body can be JSON-deserialized.</typeparam>\n            <param name=\"httpClient\">The <see cref=\"T:System.Net.Http.HttpClient\"/>.</param>\n            <param name=\"method\">The HTTP method.</param>\n            <param name=\"requestUri\">The URI that the request will be sent to.</param>\n            <param name=\"content\">Content for the request body. This will be JSON-encoded and sent as a string.</param>\n            <returns>The response parsed as an object of the generic type.</returns>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.JsonUtil\">\n            <summary>\n            Provides mechanisms for converting between .NET objects and JSON strings.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.JsonUtil.Serialize(System.Object)\">\n            <summary>\n            Serializes the value as a JSON string.\n            </summary>\n            <param name=\"value\">The value to serialize.</param>\n            <returns>The JSON string.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.JsonUtil.Deserialize``1(System.String)\">\n            <summary>\n            Deserializes the JSON string, creating an object of the specified generic type.\n            </summary>\n            <typeparam name=\"T\">The type of object to create.</typeparam>\n            <param name=\"json\">The JSON string.</param>\n            <returns>An object of the specified type.</returns>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Layouts.BlazorLayoutComponent\">\n            <summary>\n            Optional base class for components that represent a layout.\n            Alternatively, Blazor components may implement <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.IComponent\"/> directly\n            and declare their own parameter named <see cref=\"P:Microsoft.AspNetCore.Blazor.Layouts.BlazorLayoutComponent.Body\"/>.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Layouts.BlazorLayoutComponent.Body\">\n            <summary>\n            Gets the content to be rendered inside the layout.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Layouts.LayoutAttribute\">\n            <summary>\n            Indicates that the associated component type uses a specified layout.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Layouts.LayoutAttribute.LayoutType\">\n            <summary>\n            The type of the layout. The type myst implement <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.IComponent\"/>\n            and must accept a parameter with the name 'Body'.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Layouts.LayoutAttribute.#ctor(System.Type)\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.Layouts.LayoutAttribute\"/>.\n            </summary>\n            <param name=\"layoutType\">The type of the layout.</param>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Layouts.LayoutDisplay\">\n            <summary>\n            Displays the specified page component, rendering it inside its layout\n            and any further nested layouts.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Layouts.LayoutDisplay.Page\">\n            <summary>\n            Gets or sets the type of the page component to display.\n            The type must implement <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.IComponent\"/>.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Layouts.LayoutDisplay.PageParameters\">\n            <summary>\n            Gets or sets the parameters to pass to the page.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Layouts.LayoutDisplay.Init(Microsoft.AspNetCore.Blazor.Components.RenderHandle)\">\n            <inheritdoc />\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Layouts.LayoutDisplay.SetParameters(Microsoft.AspNetCore.Blazor.Components.ParameterCollection)\">\n            <inheritdoc />\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.MarkupString\">\n            <summary>\n            A string value that can be rendered as markup such as HTML.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.MarkupString.#ctor(System.String)\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.MarkupString\"/>.\n            </summary>\n            <param name=\"value\">The value for the new instance.</param>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.MarkupString.Value\">\n            <summary>\n            Gets the value of the <see cref=\"T:Microsoft.AspNetCore.Blazor.MarkupString\"/>.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.MarkupString.op_Explicit(System.String)~Microsoft.AspNetCore.Blazor.MarkupString\">\n            <summary>\n            Casts a <see cref=\"T:System.String\"/> to a <see cref=\"T:Microsoft.AspNetCore.Blazor.MarkupString\"/>.\n            </summary>\n            <param name=\"value\">The <see cref=\"T:System.String\"/> value.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.MarkupString.ToString\">\n            <inheritdoc />\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.RenderFragment\">\n            <summary>\n            Represents a segment of UI content, implemented as a delegate that\n            writes the content to a <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/> to which the content should be written.</param>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.RenderFragment`1\">\n            <summary>\n            Represents a segment of UI content for an object of type <typeparamref name=\"T\"/>, implemented as\n            a function that returns a <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderFragment\"/>.\n            </summary>\n            <typeparam name=\"T\">The type of object.</typeparam>\n            <param name=\"value\">The value used to build the content.</param>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Rendering.ComponentState\">\n            <summary>\n            Tracks the rendering state associated with an <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.IComponent\"/> instance\n            within the context of a <see cref=\"T:Microsoft.AspNetCore.Blazor.Rendering.Renderer\"/>. This is an internal implementation\n            detail of <see cref=\"T:Microsoft.AspNetCore.Blazor.Rendering.Renderer\"/>.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Rendering.ComponentState.#ctor(Microsoft.AspNetCore.Blazor.Rendering.Renderer,System.Int32,Microsoft.AspNetCore.Blazor.Components.IComponent,Microsoft.AspNetCore.Blazor.Rendering.ComponentState)\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.Rendering.ComponentState\"/>.\n            </summary>\n            <param name=\"renderer\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.Rendering.Renderer\"/> with which the new instance should be associated.</param>\n            <param name=\"componentId\">The externally visible identifier for the <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.IComponent\"/>. The identifier must be unique in the context of the <see cref=\"T:Microsoft.AspNetCore.Blazor.Rendering.Renderer\"/>.</param>\n            <param name=\"component\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.IComponent\"/> whose state is being tracked.</param>\n            <param name=\"parentComponentState\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.Rendering.ComponentState\"/> for the parent component, or null if this is a root component.</param>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Rendering.RenderBatch\">\n            <summary>\n            Describes a set of UI changes.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Rendering.RenderBatch.UpdatedComponents\">\n            <summary>\n            Gets the changes to components that were added or updated.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Rendering.RenderBatch.ReferenceFrames\">\n            <summary>\n            Gets render frames that may be referenced by entries in <see cref=\"P:Microsoft.AspNetCore.Blazor.Rendering.RenderBatch.UpdatedComponents\"/>.\n            For example, edit entries of type <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEditType.PrependFrame\"/>\n            will point to an entry in this array to specify the subtree to be prepended.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Rendering.RenderBatch.DisposedComponentIDs\">\n            <summary>\n            Gets the IDs of the components that were disposed.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Rendering.RenderBatch.DisposedEventHandlerIDs\">\n            <summary>\n            Gets the IDs of the event handlers that were disposed.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Rendering.RenderBatchBuilder\">\n            <summary>\n            Collects the data produced by the rendering system during the course\n            of rendering a single batch. This tracks both the final output data\n            and the intermediate states (such as the queue of components still to\n            be rendered).\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Rendering.Renderer\">\n            <summary>\n            Provides mechanisms for rendering hierarchies of <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.IComponent\"/> instances,\n            dispatching events to them, and notifying when the user interface is being updated.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Rendering.Renderer.#ctor(System.IServiceProvider)\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.Rendering.Renderer\"/>.\n            </summary>\n            <param name=\"serviceProvider\">The <see cref=\"T:System.IServiceProvider\"/> to be used when initialising components.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Rendering.Renderer.InstantiateComponent(System.Type)\">\n            <summary>\n            Constructs a new component of the specified type.\n            </summary>\n            <param name=\"componentType\">The type of the component to instantiate.</param>\n            <returns>The component instance.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Rendering.Renderer.AssignRootComponentId(Microsoft.AspNetCore.Blazor.Components.IComponent)\">\n            <summary>\n            Associates the <see cref=\"T:Microsoft.AspNetCore.Blazor.Components.IComponent\"/> with the <see cref=\"T:Microsoft.AspNetCore.Blazor.Rendering.Renderer\"/>, assigning\n            an identifier that is unique within the scope of the <see cref=\"T:Microsoft.AspNetCore.Blazor.Rendering.Renderer\"/>.\n            </summary>\n            <param name=\"component\">The component.</param>\n            <returns>The component's assigned identifier.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Rendering.Renderer.RenderRootComponent(System.Int32)\">\n            <summary>\n            Performs the first render for a root component. After this, the root component\n            makes its own decisions about when to re-render, so there is no need to call\n            this more than once.\n            </summary>\n            <param name=\"componentId\">The ID returned by <see cref=\"M:Microsoft.AspNetCore.Blazor.Rendering.Renderer.AssignRootComponentId(Microsoft.AspNetCore.Blazor.Components.IComponent)\"/>.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Rendering.Renderer.UpdateDisplayAsync(Microsoft.AspNetCore.Blazor.Rendering.RenderBatch@)\">\n            <summary>\n            Updates the visible UI.\n            </summary>\n            <param name=\"renderBatch\">The changes to the UI since the previous call.</param>\n            <returns>A <see cref=\"T:System.Threading.Tasks.Task\"/> to represent the UI update process.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Rendering.Renderer.DispatchEvent(System.Int32,System.Int32,Microsoft.AspNetCore.Blazor.UIEventArgs)\">\n            <summary>\n            Notifies the specified component that an event has occurred.\n            </summary>\n            <param name=\"componentId\">The unique identifier for the component within the scope of this <see cref=\"T:Microsoft.AspNetCore.Blazor.Rendering.Renderer\"/>.</param>\n            <param name=\"eventHandlerId\">The <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.AttributeEventHandlerId\"/> value from the original event attribute.</param>\n            <param name=\"eventArgs\">Arguments to be passed to the event handler.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Rendering.Renderer.AddToRenderQueue(System.Int32,Microsoft.AspNetCore.Blazor.RenderFragment)\">\n            <summary>\n            Schedules a render for the specified <paramref name=\"componentId\"/>. Its display\n            will be populated using the specified <paramref name=\"renderFragment\"/>.\n            </summary>\n            <param name=\"componentId\">The ID of the component to render.</param>\n            <param name=\"renderFragment\">A <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderFragment\"/> that will supply the updated UI contents.</param>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.RenderTree.ArrayBuilder`1\">\n            <summary>\n            Implements a list that uses an array of objects to store the elements.\n            \n            This differs from a <see cref=\"T:System.Collections.Generic.List`1\"/> in that\n            it not only grows as required but also shrinks if cleared with significant\n            excess capacity. This makes it useful for component rendering, because\n            components can be long-lived and re-render frequently, with the rendered size\n            varying dramatically depending on the user's navigation in the app.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.ArrayBuilder`1.#ctor\">\n            <summary>\n            Constructs a new instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.ArrayBuilder`1\"/>.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.ArrayBuilder`1.#ctor(System.Int32)\">\n            <summary>\n            Constructs a new instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.ArrayBuilder`1\"/>.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.RenderTree.ArrayBuilder`1.Count\">\n            <summary>\n            Gets the number of items.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.RenderTree.ArrayBuilder`1.Buffer\">\n            <summary>\n            Gets the underlying buffer.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.ArrayBuilder`1.Append(`0@)\">\n            <summary>\n            Appends a new item, automatically resizing the underlying array if necessary.\n            </summary>\n            <param name=\"item\">The item to append.</param>\n            <returns>The index of the appended item.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.ArrayBuilder`1.Overwrite(System.Int32,`0@)\">\n            <summary>\n            Sets the supplied value at the specified index. The index must be within\n            range for the array.\n            </summary>\n            <param name=\"index\">The index.</param>\n            <param name=\"value\">The value.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.ArrayBuilder`1.RemoveLast\">\n            <summary>\n            Removes the last item.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.ArrayBuilder`1.Clear\">\n            <summary>\n            Marks the array as empty, also shrinking the underlying storage if it was\n            not being used to near its full capacity.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.ArrayBuilder`1.ToRange\">\n            <summary>\n            Produces an <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.ArrayRange`1\"/> structure describing the current contents.\n            </summary>\n            <returns>The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.ArrayRange`1\"/>.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.ArrayBuilder`1.ToSegment(System.Int32,System.Int32)\">\n            <summary>\n            Produces an <see cref=\"T:System.ArraySegment`1\"/> structure describing the selected contents.\n            </summary>\n            <param name=\"fromIndexInclusive\">The index of the first item in the segment.</param>\n            <param name=\"toIndexExclusive\">One plus the index of the last item in the segment.</param>\n            <returns>The <see cref=\"T:System.ArraySegment`1\"/>.</returns>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.RenderTree.ArrayRange`1\">\n            <summary>\n            Represents a range of elements in an array that are in use.\n            </summary>\n            <typeparam name=\"T\">The array item type.</typeparam>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.ArrayRange`1.Array\">\n            <summary>\n            Gets the underlying array instance.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.ArrayRange`1.Count\">\n            <summary>\n            Gets the number of items in the array that are considered to be in use.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.ArrayRange`1.#ctor(`0[],System.Int32)\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.ArrayRange`1\"/>.\n            </summary>\n            <param name=\"array\">The array.</param>\n            <param name=\"count\">The number of items in the array that are in use.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.ArrayRange`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator\">\n            <inheritdoc />\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.ArrayRange`1.System#Collections#IEnumerable#GetEnumerator\">\n            <inheritdoc />\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.ArrayRange`1.Clone\">\n            <summary>\n            Creates a shallow clone of the instance.\n            </summary>\n            <returns></returns>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\">\n            <summary>\n            Provides methods for building a collection of <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame\"/> entries.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.ChildContent\">\n            <summary>\n            The reserved parameter name used for supplying child content.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.#ctor(Microsoft.AspNetCore.Blazor.Rendering.Renderer)\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.\n            </summary>\n            <param name=\"renderer\">The associated <see cref=\"T:Microsoft.AspNetCore.Blazor.Rendering.Renderer\"/>.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.OpenElement(System.Int32,System.String)\">\n            <summary>\n            Appends a frame representing an element, i.e., a container for other frames.\n            In order for the <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/> state to be valid, you must\n            also call <see cref=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.CloseElement\"/> immediately after appending the\n            new element's child frames.\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"elementName\">A value representing the type of the element.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.CloseElement\">\n            <summary>\n            Marks a previously appended element frame as closed. Calls to this method\n            must be balanced with calls to <see cref=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.OpenElement(System.Int32,System.String)\"/>.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.AddMarkupContent(System.Int32,System.String)\">\n            <summary>\n            Appends a frame representing markup content.\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"markupContent\">Content for the new markup frame.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.AddContent(System.Int32,System.String)\">\n            <summary>\n            Appends a frame representing text content.\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"textContent\">Content for the new text frame.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.AddContent(System.Int32,Microsoft.AspNetCore.Blazor.RenderFragment)\">\n            <summary>\n            Appends frames representing an arbitrary fragment of content.\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"fragment\">Content to append.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.AddContent``1(System.Int32,Microsoft.AspNetCore.Blazor.RenderFragment{``0},``0)\">\n            <summary>\n            Appends frames representing an arbitrary fragment of content.\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"fragment\">Content to append.</param>\n            <param name=\"value\">The value used by <paramref name=\"fragment\"/>.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.AddContent(System.Int32,Microsoft.AspNetCore.Blazor.MarkupString)\">\n            <summary>\n            Appends a frame representing markup content.\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"markupContent\">Content for the new markup frame.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.AddContent(System.Int32,System.Object)\">\n            <summary>\n            Appends a frame representing text content.\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"textContent\">Content for the new text frame.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.AddAttribute(System.Int32,System.String,System.Boolean)\">\n            <summary>\n            <para>\n            Appends a frame representing a bool-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>false</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.AddAttribute(System.Int32,System.String,System.String)\">\n            <summary>\n            <para>\n            Appends a frame representing a string-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.AddAttribute(System.Int32,System.String,System.Action)\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Action\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.AddAttribute(System.Int32,System.String,System.Action{Microsoft.AspNetCore.Blazor.UIEventArgs})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Action`1\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.AddAttribute(System.Int32,System.String,System.Func{System.Threading.Tasks.Task})\">\n            <summary>\n            <para>\n            Appends a frame representing a <see cref=\"T:System.Func`1\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.AddAttribute(System.Int32,System.String,System.Func{Microsoft.AspNetCore.Blazor.UIEventArgs,System.Threading.Tasks.Task})\">\n            <summary>\n            <para>\n            Appends a frame representing a <see cref=\"T:System.Func`2\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.AddAttribute(System.Int32,System.String,System.MulticastDelegate)\">\n            <summary>\n            <para>\n            Appends a frame representing a delegate-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n            <remarks>\n            This method is provided for infrastructure purposes, and is used to be\n            <see cref=\"T:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions\"/> to provide support for delegates of specific\n            types. For a good programming experience when using a custom delegate type, define an\n            extension method similar to \n            <see cref=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Action{Microsoft.AspNetCore.Blazor.UIChangeEventArgs})\"/>\n            that calls this method.\n            </remarks>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.AddAttribute(System.Int32,System.String,System.Object)\">\n            <summary>\n            Appends a frame representing a string-valued attribute.\n            The attribute is associated with the most recently added element. If the value is <c>null</c>, or\n            the <see cref=\"T:System.Boolean\" /> value <c>false</c> and the current element is not a component, the \n            frame will be omitted.\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.AddAttribute(System.Int32,Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame@)\">\n            <summary>\n            <para>\n            Appends a frame representing an attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element.\n            </para>\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"frame\">A <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame\"/> holding the name and value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.OpenComponent``1(System.Int32)\">\n            <summary>\n            Appends a frame representing a child component.\n            </summary>\n            <typeparam name=\"TComponent\">The type of the child component.</typeparam>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.OpenComponent(System.Int32,System.Type)\">\n            <summary>\n            Appends a frame representing a child component.\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"componentType\">The type of the child component.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.CloseComponent\">\n            <summary>\n            Marks a previously appended component frame as closed. Calls to this method\n            must be balanced with calls to <see cref=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.OpenComponent``1(System.Int32)\"/>.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.AddElementReferenceCapture(System.Int32,System.Action{Microsoft.AspNetCore.Blazor.ElementRef})\">\n            <summary>\n            Appends a frame representing an instruction to capture a reference to the parent element.\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"elementReferenceCaptureAction\">An action to be invoked whenever the reference value changes.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.AddComponentReferenceCapture(System.Int32,System.Action{System.Object})\">\n            <summary>\n            Appends a frame representing an instruction to capture a reference to the parent component.\n            </summary>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"componentReferenceCaptureAction\">An action to be invoked whenever the reference value changes.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.Clear\">\n            <summary>\n            Clears the builder.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder.GetFrames\">\n            <summary>\n            Returns the <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame\"/> values that have been appended.\n            </summary>\n            <returns>An array range of <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame\"/> values.</returns>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeDiff\">\n            <summary>\n            Describes changes to a component's render tree between successive renders.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeDiff.ComponentId\">\n            <summary>\n            Gets the ID of the component.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeDiff.Edits\">\n            <summary>\n            Gets the changes to the render tree since a previous state.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeDiffBuilder.DiffContext\">\n            <summary>\n            Exists only so that the various methods in this class can call each other without\n            constantly building up long lists of parameters. Is private to this class, so the\n            fact that it's a mutable struct is manageable.\n            \n            Always pass by ref to avoid copying, and because the 'SiblingIndex' is mutable.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEdit\">\n            <summary>\n            Represents a single edit operation on a component's render tree.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEdit.Type\">\n            <summary>\n            Gets the type of the edit operation.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEdit.SiblingIndex\">\n            <summary>\n            Gets the index of the sibling frame that the edit relates to.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEdit.ReferenceFrameIndex\">\n            <summary>\n            Gets the index of related data in an associated render frames array. For example, if the\n            <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEdit.Type\"/> value is <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEditType.PrependFrame\"/>, gets the\n            index of the new frame data in an associated render tree.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEdit.RemovedAttributeName\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEdit.Type\"/> value is <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEditType.RemoveAttribute\"/>,\n            gets the name of the attribute that is being removed.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEditType\">\n            <summary>\n            Describes the type of a render tree edit operation.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEditType.PrependFrame\">\n            <summary>\n            Indicates that a new frame should be inserted before the specified tree frame.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEditType.RemoveFrame\">\n            <summary>\n            Indicates that the specified tree frame should be removed.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEditType.SetAttribute\">\n            <summary>\n            Indicates that an attribute value should be applied to the specified frame.\n            This may be a change to an existing attribute, or the addition of a new attribute.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEditType.RemoveAttribute\">\n            <summary>\n            Indicates that a named attribute should be removed from the specified frame.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEditType.UpdateText\">\n            <summary>\n            Indicates that the text content of the specified frame (which must be a text frame)\n            should be updated.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEditType.StepIn\">\n            <summary>\n            Indicates that the edit position should move inside the specified frame.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEditType.StepOut\">\n            <summary>\n            Indicates that there are no further edit operations on the current frame, and the\n            edit position should move back to the parent frame.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeEditType.UpdateMarkup\">\n            <summary>\n            Indicates that the markup content of the specified frame (which must be a markup frame)\n            should be updated.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame\">\n            <summary>\n            Represents an entry in a tree of user interface (UI) items.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.Sequence\">\n            <summary>\n            Gets the sequence number of the frame. Sequence numbers indicate the relative source\n            positions of the instructions that inserted the frames. Sequence numbers are only\n            comparable within the same sequence (typically, the same source method).\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\">\n            <summary>\n            Describes the type of this frame.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.ElementSubtreeLength\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\"/> property equals <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Element\"/>\n            gets the number of frames in the subtree for which this frame is the root.\n            The value is zero if the frame has not yet been closed.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.ElementName\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\"/> property equals <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Element\"/>,\n            gets a name representing the type of the element. Otherwise, the value is undefined.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.TextContent\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\"/> property equals <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Text\"/>,\n            gets the content of the text frame. Otherwise, the value is undefined.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.AttributeEventHandlerId\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\"/> property equals <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Attribute\"/>\n            gets the ID of the corresponding event handler, if any.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.AttributeName\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\"/> property equals <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Attribute\"/>,\n            gets the attribute name. Otherwise, the value is undefined.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.AttributeValue\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\"/> property equals <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Attribute\"/>,\n            gets the attribute value. Otherwise, the value is undefined.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.ComponentSubtreeLength\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\"/> property equals <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Component\"/>\n            gets the number of frames in the subtree for which this frame is the root.\n            The value is zero if the frame has not yet been closed.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.ComponentId\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\"/> property equals <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Component\"/>,\n            gets the child component instance identifier.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.ComponentType\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\"/> property equals <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Component\"/>,\n            gets the type of the child component.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.ComponentState\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\"/> property equals <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Component\"/>,\n            gets the child component state object. Otherwise, the value is undefined.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.Component\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\"/> property equals <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Component\"/>,\n            gets the child component instance. Otherwise, the value is undefined.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.RegionSubtreeLength\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\"/> property equals <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Region\"/>\n            gets the number of frames in the subtree for which this frame is the root.\n            The value is zero if the frame has not yet been closed.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.ElementReferenceCaptureId\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\"/> property equals <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.ElementReferenceCapture\"/>,\n            gets the ID of the reference capture. Otherwise, the value is undefined.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.ElementReferenceCaptureAction\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\"/> property equals <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.ElementReferenceCapture\"/>,\n            gets the action that writes the reference to its target. Otherwise, the value is undefined.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.ComponentReferenceCaptureParentFrameIndex\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\"/> property equals <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.ComponentReferenceCapture\"/>,\n            gets the index of the parent frame representing the component being captured. Otherwise, the value is undefined.\n            WARNING: This index can only be used in the context of the frame's original render tree. If the frame is\n                     copied elsewhere, such as to the ReferenceFrames buffer of a RenderTreeDiff, then the index will\n                     not relate to entries in that other buffer.\n                     Currently there's no scenario where this matters, but if there was, we could change all of the subtree\n                     initialization logic in RenderTreeDiffBuilder to walk the frames hierarchically, then it would know\n                     the parent index at the point where it wants to initialize the ComponentReferenceCapture frame.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.ComponentReferenceCaptureAction\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\"/> property equals <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.ComponentReferenceCapture\"/>,\n            gets the action that writes the reference to its target. Otherwise, the value is undefined.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.MarkupContent\">\n            <summary>\n            If the <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.FrameType\"/> property equals <see cref=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Markup\"/>,\n            gets the content of the markup frame. Otherwise, the value is undefined.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame.ToString\">\n            <inheritdoc />\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType\">\n            <summary>\n            Describes the type of a <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame\"/>.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Element\">\n            <summary>\n            Represents a container for other frames.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Text\">\n            <summary>\n            Represents text content.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Attribute\">\n            <summary>\n            Represents a key-value pair associated with another <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrame\"/>.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Component\">\n            <summary>\n            Represents a child component.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Region\">\n            <summary>\n            Defines the boundary around range of sibling frames that should be treated as an\n            unsplittable group for the purposes of diffing. This is typically used when appending\n            a tree fragment generated by external code, because the sequence numbers in that tree\n            fragment are not comparable to sequence numbers outside it.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.ElementReferenceCapture\">\n            <summary>\n            Represents an instruction to capture or update a reference to the parent element.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.ComponentReferenceCapture\">\n            <summary>\n            Represents an instruction to capture or update a reference to the parent component.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeFrameType.Markup\">\n            <summary>\n            Represents a block of markup content.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Routing.NavLink\">\n            <summary>\n            A component that renders an anchor tag, automatically toggling its 'active'\n            class based on whether its 'href' matches the current URI.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Routing.NavLink.ActiveClass\">\n            <summary>\n            Gets or sets the CSS class name applied to the NavLink when the \n            current route matches the NavLink href.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Routing.NavLink.Match\">\n            <summary>\n            Gets or sets a value representing the URL matching behavior.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Routing.NavLink.Init(Microsoft.AspNetCore.Blazor.Components.RenderHandle)\">\n            <inheritdoc />\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Routing.NavLink.SetParameters(Microsoft.AspNetCore.Blazor.Components.ParameterCollection)\">\n            <inheritdoc />\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Routing.NavLink.Dispose\">\n            <inheritdoc />\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Routing.NavLinkMatch\">\n            <summary>\n            Modifies the URL matching behavior for a <see cref=\"T:Microsoft.AspNetCore.Blazor.Routing.NavLink\"/>.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.Routing.NavLinkMatch.Prefix\">\n            <summary>\n            Specifies that the <see cref=\"T:Microsoft.AspNetCore.Blazor.Routing.NavLink\"/> should be active when it matches any prefix\n            of the current URL.\n            </summary>\n        </member>\n        <member name=\"F:Microsoft.AspNetCore.Blazor.Routing.NavLinkMatch.All\">\n            <summary>\n            Specifies that the <see cref=\"T:Microsoft.AspNetCore.Blazor.Routing.NavLink\"/> should be active when it matches the entire\n            current URL.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Routing.Router\">\n            <summary>\n            A component that displays whichever other component corresponds to the\n            current navigation location.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.Routing.Router.AppAssembly\">\n            <summary>\n            Gets or sets the assembly that should be searched, along with its referenced\n            assemblies, for components matching the URI.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Routing.Router.Init(Microsoft.AspNetCore.Blazor.Components.RenderHandle)\">\n            <inheritdoc />\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Routing.Router.SetParameters(Microsoft.AspNetCore.Blazor.Components.ParameterCollection)\">\n            <inheritdoc />\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Routing.Router.Dispose\">\n            <inheritdoc />\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Routing.Router.Render(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Type,System.Collections.Generic.IDictionary{System.String,System.Object})\">\n            <inheritdoc />\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Routing.RouteTable.RouteComparison(Microsoft.AspNetCore.Blazor.Routing.RouteEntry,Microsoft.AspNetCore.Blazor.Routing.RouteEntry)\">\n             <summary>\n             Route precedence algorithm.\n             We collect all the routes and sort them from most specific to\n             less specific. The specificity of a route is given by the specificity\n             of its segments and the position of those segments in the route.\n             * A literal segment is more specific than a parameter segment.\n             * A parameter segment with more constraints is more specific than one with fewer constraints\n             * Segment earlier in the route are evaluated before segments later in the route.\n             For example:\n             /Literal is more specific than /Parameter\n             /Route/With/{parameter} is more specific than /{multiple}/With/{parameters}\n             /Product/{id:int} is more specific than /Product/{id}\n            \n             Routes can be ambiguous if:\n             They are composed of literals and those literals have the same values (case insensitive)\n             They are composed of a mix of literals and parameters, in the same relative order and the\n             literals have the same values.\n             For example:\n             * /literal and /Literal\n             /{parameter}/literal and /{something}/literal\n             /{parameter:constraint}/literal and /{something:constraint}/literal\n            \n             To calculate the precedence we sort the list of routes as follows:\n             * Shorter routes go first.\n             * A literal wins over a parameter in precedence.\n             * For literals with different values (case insensitive) we choose the lexical order\n             * For parameters with different numbers of constraints, the one with more wins\n             If we get to the end of the comparison routing we've detected an ambiguous pair of routes.\n             </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Routing.TypeRouteConstraint`1\">\n            <summary>\n            A route constraint that requires the value to be parseable as a specified type.\n            </summary>\n            <typeparam name=\"T\">The type to which the value must be parseable.</typeparam>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Services.IUriHelper\">\n            <summary>\n            Helpers for working with URIs and navigation state.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Services.IUriHelper.GetAbsoluteUri\">\n            <summary>\n            Gets the current absolute URI.\n            </summary>\n            <returns>The current absolute URI.</returns>\n        </member>\n        <member name=\"E:Microsoft.AspNetCore.Blazor.Services.IUriHelper.OnLocationChanged\">\n            <summary>\n            An event that fires when the navigation location has changed.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Services.IUriHelper.ToAbsoluteUri(System.String)\">\n            <summary>\n            Converts a relative URI into an absolute one (by resolving it\n            relative to the current absolute URI).\n            </summary>\n            <param name=\"href\">The relative URI.</param>\n            <returns>The absolute URI.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Services.IUriHelper.GetBaseUri\">\n            <summary>\n            Gets the base URI (with trailing slash) that can be prepended before relative URI paths to produce an absolute URI.\n            Typically this corresponds to the 'href' attribute on the document's &lt;base&gt; element.\n            </summary>\n            <returns>The URI prefix, which has a trailing slash.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Services.IUriHelper.ToBaseRelativePath(System.String,System.String)\">\n            <summary>\n            Given a base URI (e.g., one previously returned by <see cref=\"M:Microsoft.AspNetCore.Blazor.Services.IUriHelper.GetBaseUri\"/>),\n            converts an absolute URI into one relative to the base URI prefix.\n            </summary>\n            <param name=\"baseUri\">The base URI prefix (e.g., previously returned by <see cref=\"M:Microsoft.AspNetCore.Blazor.Services.IUriHelper.GetBaseUri\"/>).</param>\n            <param name=\"locationAbsolute\">An absolute URI that is within the space of the base URI.</param>\n            <returns>A relative URI path.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Services.IUriHelper.NavigateTo(System.String)\">\n            <summary>\n            Navigates to the specified URI.\n            </summary>\n            <param name=\"uri\">The destination URI. This can be absolute, or relative to the base URI\n            (as returned by <see cref=\"M:Microsoft.AspNetCore.Blazor.Services.IUriHelper.GetBaseUri\"/>).</param>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.Services.UriHelperBase\">\n            <summary>\n            A base class for <see cref=\"T:Microsoft.AspNetCore.Blazor.Services.IUriHelper\"/> implementations.\n            </summary>\n        </member>\n        <member name=\"E:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.OnLocationChanged\">\n            <summary>\n            An event that fires when the navigation location has changed.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.NavigateTo(System.String)\">\n            <summary>\n            Navigates to the specified URI.\n            </summary>\n            <param name=\"uri\">The destination URI. This can be absolute, or relative to the base URI\n            (as returned by <see cref=\"M:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.GetBaseUri\"/>).</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.NavigateToCore(System.String)\">\n            <summary>\n            Navigates to the specified URI.\n            </summary>\n            <param name=\"uri\">The destination URI. This can be absolute, or relative to the base URI\n            (as returned by <see cref=\"M:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.GetBaseUri\"/>).</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.InitializeState\">\n            <summary>\n            Called to initialize BaseURI and current URI before those values the first time.\n            Override this method to dynamically calculate the those values.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.GetAbsoluteUri\">\n            <summary>\n            Gets the current absolute URI.\n            </summary>\n            <returns>The current absolute URI.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.GetBaseUri\">\n            <summary>\n            Gets the base URI (with trailing slash) that can be prepended before relative URI paths to\n            produce an absolute URI. Typically this corresponds to the 'href' attribute on the\n            document's &lt;base&gt; element.\n            </summary>\n            <returns>The URI prefix, which has a trailing slash.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.ToAbsoluteUri(System.String)\">\n            <summary>\n            Converts a relative URI into an absolute one (by resolving it\n            relative to the current absolute URI).\n            </summary>\n            <param name=\"href\">The relative URI.</param>\n            <returns>The absolute URI.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.ToBaseRelativePath(System.String,System.String)\">\n            <summary>\n            Given a base URI (e.g., one previously returned by <see cref=\"M:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.GetBaseUri\"/>),\n            converts an absolute URI into one relative to the base URI prefix.\n            </summary>\n            <param name=\"baseUri\">\n            The base URI prefix (e.g., previously returned by <see cref=\"M:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.GetBaseUri\"/>).\n            </param>\n            <param name=\"locationAbsolute\">An absolute URI that is within the space of the base URI.</param>\n            <returns>A relative URI path.</returns>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.SetAbsoluteUri(System.String)\">\n            <summary>\n            Set the URI to the provided value.\n            </summary>\n            <param name=\"uri\">The URI. Must be an absolute URI.</param>\n            <remarks>\n            Calling <see cref=\"M:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.SetAbsoluteUri(System.String)\"/> does not trigger <see cref=\"E:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.OnLocationChanged\"/>.\n            </remarks>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.SetAbsoluteBaseUri(System.String)\">\n            <summary>\n            Sets the base URI to the provided value (after normalization).\n            </summary>\n            <param name=\"baseUri\">The base URI. Must be an absolute URI.</param>\n            <remarks>\n            Calling <see cref=\"M:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.SetAbsoluteBaseUri(System.String)\"/> does not trigger <see cref=\"E:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.OnLocationChanged\"/>.\n            </remarks>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.TriggerOnLocationChanged\">\n            <summary>\n            Triggers the <see cref=\"E:Microsoft.AspNetCore.Blazor.Services.UriHelperBase.OnLocationChanged\"/> event with the current URI value.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.UIEventArgs\">\n            <summary>\n            Supplies information about an event that is being raised.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIEventArgs.Type\">\n            <summary>\n            Gets or sets the type of the event.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.UIChangeEventArgs\">\n            <summary>\n            Supplies information about an input change event that is being raised.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIChangeEventArgs.Value\">\n            <summary>\n            Gets or sets the new value of the input. This may be a <see cref=\"T:System.String\"/>\n            or a <see cref=\"T:System.Boolean\"/>.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.UIClipboardEventArgs\">\n            <summary>\n            Supplies information about an clipboard event that is being raised.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.UIDragEventArgs\">\n            <summary>\n            Supplies information about an drag event that is being raised.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIDragEventArgs.Detail\">\n            <summary>\n            A count of consecutive clicks that happened in a short amount of time, incremented by one.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIDragEventArgs.DataTransfer\">\n            <summary>\n            The data that underlies a drag-and-drop operation, known as the drag data store.\n            See <see cref=\"T:Microsoft.AspNetCore.Blazor.DataTransfer\"/>.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIDragEventArgs.ScreenX\">\n            <summary>\n            The X coordinate of the mouse pointer in global (screen) coordinates.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIDragEventArgs.ScreenY\">\n            <summary>\n            The Y coordinate of the mouse pointer in global (screen) coordinates.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIDragEventArgs.ClientX\">\n            <summary>\n            The X coordinate of the mouse pointer in local (DOM content) coordinates.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIDragEventArgs.ClientY\">\n            <summary>\n            \tThe Y coordinate of the mouse pointer in local (DOM content) coordinates.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIDragEventArgs.Button\">\n            <summary>\n            The button number that was pressed when the mouse event was fired:\n            Left button=0,\n            middle button=1 (if present),\n            right button=2.\n            For mice configured for left handed use in which the button actions are reversed the values are instead read from right to left.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIDragEventArgs.Buttons\">\n            <summary>\n            The buttons being pressed when the mouse event was fired:\n            Left button=1,\n            Right button=2,\n            Middle (wheel) button=4,\n            4th button (typically, \"Browser Back\" button)=8,\n            5th button (typically, \"Browser Forward\" button)=16.\n            If two or more buttons are pressed, returns the logical sum of the values.\n            E.g., if Left button and Right button are pressed, returns 3 (=1 | 2).\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIDragEventArgs.CtrlKey\">\n            <summary>\n            true if the control key was down when the event was fired. false otherwise.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIDragEventArgs.ShiftKey\">\n            <summary>\n            true if the shift key was down when the event was fired. false otherwise.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIDragEventArgs.AltKey\">\n            <summary>\n            true if the alt key was down when the event was fired. false otherwise.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIDragEventArgs.MetaKey\">\n            <summary>\n            true if the meta key was down when the event was fired. false otherwise.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.DataTransfer\">\n            <summary>\n            The <see cref=\"T:Microsoft.AspNetCore.Blazor.DataTransfer\"/> object is used to hold the data that is being dragged during a drag and drop operation.\n            It may hold one or more <see cref=\"T:Microsoft.AspNetCore.Blazor.UIDataTransferItem\"/>, each of one or more data types.\n            For more information about drag and drop, see HTML Drag and Drop API.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.DataTransfer.DropEffect\">\n            <summary>\n            Gets the type of drag-and-drop operation currently selected or sets the operation to a new type.\n            The value must be none, copy, link or move.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.DataTransfer.EffectAllowed\">\n            <summary>\n            Provides all of the types of operations that are possible.\n            Must be one of none, copy, copyLink, copyMove, link, linkMove, move, all or uninitialized.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.DataTransfer.Files\">\n            <summary>\n            Contains a list of all the local files available on the data transfer.\n            If the drag operation doesn't involve dragging files, this property is an empty list.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.DataTransfer.Items\">\n            <summary>\n            Gives a <see cref=\"T:Microsoft.AspNetCore.Blazor.UIDataTransferItem\"/> array which is a list of all of the drag data.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.DataTransfer.Types\">\n            <summary>\n            An array of <see cref=\"T:System.String\"/> giving the formats that were set in the dragstart event.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.UIDataTransferItem\">\n            <summary>\n            The <see cref=\"T:Microsoft.AspNetCore.Blazor.UIDataTransferItem\"/> object represents one drag data item.\n            During a drag operation, each drag event has a dataTransfer property which contains a list of drag data items.\n            Each item in the list is a <see cref=\"T:Microsoft.AspNetCore.Blazor.UIDataTransferItem\"/> object.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIDataTransferItem.Kind\">\n            <summary>\n            The kind of drag data item, string or file\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIDataTransferItem.Type\">\n            <summary>\n            The drag data item's type, typically a MIME type\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.UIErrorEventArgs\">\n            <summary>\n            Supplies information about an error event that is being raised.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIErrorEventArgs.Message\">\n            <summary>\n            Gets a a human-readable error message describing the problem.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIErrorEventArgs.Filename\">\n            <summary>\n            Gets the name of the script file in which the error occurred.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIErrorEventArgs.Lineno\">\n            <summary>\n            Gets the line number of the script file on which the error occurred.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIErrorEventArgs.Colno\">\n            <summary>\n            Gets the column number of the script file on which the error occurred.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.UIFocusEventArgs\">\n            <summary>\n            Supplies information about a focus event that is being raised.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.UIKeyboardEventArgs\">\n            <summary>\n            Supplies information about a keyboard event that is being raised.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIKeyboardEventArgs.Key\">\n            <summary>\n            The key value of the key represented by the event. \n            If the value has a printed representation, this attribute's value is the same as the char attribute. \n            Otherwise, it's one of the key value strings specified in 'Key values'. \n            If the key can't be identified, this is the string \"Unidentified\"\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIKeyboardEventArgs.Code\">\n            <summary>\n            Holds a string that identifies the physical key being pressed. \n            The value is not affected by the current keyboard layout or modifier state, so a particular key will always return the same value.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIKeyboardEventArgs.Location\">\n            <summary>\n            The location of the key on the device.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIKeyboardEventArgs.Repeat\">\n            <summary>\n            true if a key has been depressed long enough to trigger key repetition, otherwise false.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIKeyboardEventArgs.CtrlKey\">\n            <summary>\n            true if the control key was down when the event was fired. false otherwise.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIKeyboardEventArgs.ShiftKey\">\n            <summary>\n            true if the shift key was down when the event was fired. false otherwise.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIKeyboardEventArgs.AltKey\">\n            <summary>\n            true if the alt key was down when the event was fired. false otherwise.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIKeyboardEventArgs.MetaKey\">\n            <summary>\n            true if the meta key was down when the event was fired. false otherwise.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.UIMouseEventArgs\">\n            <summary>\n            Supplies information about a mouse event that is being raised.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIMouseEventArgs.Detail\">\n            <summary>\n            A count of consecutive clicks that happened in a short amount of time, incremented by one.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIMouseEventArgs.ScreenX\">\n            <summary>\n            The X coordinate of the mouse pointer in global (screen) coordinates.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIMouseEventArgs.ScreenY\">\n            <summary>\n            The Y coordinate of the mouse pointer in global (screen) coordinates.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIMouseEventArgs.ClientX\">\n            <summary>\n            The X coordinate of the mouse pointer in local (DOM content) coordinates.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIMouseEventArgs.ClientY\">\n            <summary>\n            \tThe Y coordinate of the mouse pointer in local (DOM content) coordinates.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIMouseEventArgs.Button\">\n            <summary>\n            The button number that was pressed when the mouse event was fired:\n            Left button=0,\n            middle button=1 (if present),\n            right button=2.\n            For mice configured for left handed use in which the button actions are reversed the values are instead read from right to left.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIMouseEventArgs.Buttons\">\n            <summary>\n            The buttons being pressed when the mouse event was fired:\n            Left button=1,\n            Right button=2,\n            Middle (wheel) button=4,\n            4th button (typically, \"Browser Back\" button)=8,\n            5th button (typically, \"Browser Forward\" button)=16.\n            If two or more buttons are pressed, returns the logical sum of the values.\n            E.g., if Left button and Right button are pressed, returns 3 (=1 | 2).\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIMouseEventArgs.CtrlKey\">\n            <summary>\n            true if the control key was down when the event was fired. false otherwise.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIMouseEventArgs.ShiftKey\">\n            <summary>\n            true if the shift key was down when the event was fired. false otherwise.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIMouseEventArgs.AltKey\">\n            <summary>\n            true if the alt key was down when the event was fired. false otherwise.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIMouseEventArgs.MetaKey\">\n            <summary>\n            true if the meta key was down when the event was fired. false otherwise.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.UIPointerEventArgs\">\n            <summary>\n            Supplies information about a mouse event that is being raised.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIPointerEventArgs.PointerId\">\n            <summary>\n            A unique identifier for the pointer causing the event.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIPointerEventArgs.Width\">\n            <summary>\n            The width (magnitude on the X axis), in CSS pixels, of the contact geometry of the pointer.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIPointerEventArgs.Height\">\n            <summary>\n            The height (magnitude on the Y axis), in CSS pixels, of the contact geometry of the pointer.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIPointerEventArgs.Pressure\">\n            <summary>\n            The normalized pressure of the pointer input in the range of 0 to 1,\n            where 0 and 1 represent the minimum and maximum pressure the hardware is capable of detecting, respectively.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIPointerEventArgs.TiltX\">\n            <summary>\n            The plane angle (in degrees, in the range of -90 to 90) between the Y-Z plane\n            and the plane containing both the transducer (e.g. pen stylus) axis and the Y axis.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIPointerEventArgs.TiltY\">\n            <summary>\n            The plane angle (in degrees, in the range of -90 to 90) between the X-Z plane\n            and the plane containing both the transducer (e.g. pen stylus) axis and the X axis.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIPointerEventArgs.PointerType\">\n            <summary>\n            Indicates the device type that caused the event.\n            Must be one of the strings mouse, pen or touch, or an empty string.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIPointerEventArgs.IsPrimary\">\n            <summary>\n            Indicates if the pointer represents the primary pointer of this pointer type.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.UIProgressEventArgs\">\n            <summary>\n            Supplies information about a progress event that is being raised.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIProgressEventArgs.LengthComputable\">\n            <summary>\n            Whether or not the total size of the transfer is known.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIProgressEventArgs.Loaded\">\n            <summary>\n            The number of bytes transferred since the beginning of the operation.\n            This doesn't include headers and other overhead, but only the content itself.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIProgressEventArgs.Total\">\n            <summary>\n            The total number of bytes of content that will be transferred during the operation.\n            If the total size is unknown, this value is zero. \n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.UITouchEventArgs\">\n            <summary>\n            Supplies information about a touch event that is being raised.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UITouchEventArgs.Detail\">\n            <summary>\n            A count of consecutive clicks that happened in a short amount of time, incremented by one.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UITouchEventArgs.Touches\">\n            <summary>\n            A list of <see cref=\"T:Microsoft.AspNetCore.Blazor.UITouchPoint\"/> for every point of contact currently touching the surface.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UITouchEventArgs.TargetTouches\">\n            <summary>\n            A list of <see cref=\"T:Microsoft.AspNetCore.Blazor.UITouchPoint\"/> for every point of contact that is touching the surface and started on the element that is the target of the current event.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UITouchEventArgs.ChangedTouches\">\n            <summary>\n            A list of Touches for every point of contact which contributed to the event.\n            For the touchstart event this must be a list of the touch points that just became active with the current event.\n            For the touchmove event this must be a list of the touch points that have moved since the last event.\n            For the touchend and touchcancel events this must be a list of the touch points that have just been removed from the surface.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UITouchEventArgs.CtrlKey\">\n            <summary>\n            true if the control key was down when the event was fired. false otherwise.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UITouchEventArgs.ShiftKey\">\n            <summary>\n            true if the shift key was down when the event was fired. false otherwise.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UITouchEventArgs.AltKey\">\n            <summary>\n            true if the alt key was down when the event was fired. false otherwise.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UITouchEventArgs.MetaKey\">\n            <summary>\n            true if the meta key was down when the event was fired. false otherwise.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.UITouchPoint\">\n            <summary>\n            Represents a single contact point on a touch-sensitive device.\n            The contact point is commonly a finger or stylus and the device may be a touchscreen or trackpad.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UITouchPoint.Identifier\">\n            <summary>\n            A unique identifier for this Touch object.\n            A given touch point (say, by a finger) will have the same identifier for the duration of its movement around the surface.\n            This lets you ensure that you're tracking the same touch all the time.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UITouchPoint.ScreenX\">\n            <summary>\n            The X coordinate of the touch point relative to the left edge of the screen.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UITouchPoint.ScreenY\">\n            <summary>\n            The Y coordinate of the touch point relative to the top edge of the screen.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UITouchPoint.ClientX\">\n            <summary>\n            The X coordinate of the touch point relative to the left edge of the browser viewport, not including any scroll offset.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UITouchPoint.ClientY\">\n            <summary>\n            The Y coordinate of the touch point relative to the top edge of the browser viewport, not including any scroll offset.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UITouchPoint.PageX\">\n            <summary>\n            The X coordinate of the touch point relative to the left edge of the document.\n            Unlike <see cref=\"P:Microsoft.AspNetCore.Blazor.UITouchPoint.ClientX\"/>, this value includes the horizontal scroll offset, if any.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UITouchPoint.PageY\">\n            <summary>\n            The Y coordinate of the touch point relative to the top of the document.\n            Unlike <see cref=\"P:Microsoft.AspNetCore.Blazor.UITouchPoint.ClientY\"/>, this value includes the vertical scroll offset, if any.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.UIWheelEventArgs\">\n            <summary>\n            Supplies information about a mouse wheel event that is being raised.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIWheelEventArgs.DeltaX\">\n            <summary>\n            The horizontal scroll amount.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIWheelEventArgs.DeltaY\">\n            <summary>\n            The vertical scroll amount.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIWheelEventArgs.DeltaZ\">\n            <summary>\n            The scroll amount for the z-axis.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.AspNetCore.Blazor.UIWheelEventArgs.DeltaMode\">\n            <summary>\n            The unit of the delta values scroll amount. \n            </summary>\n        </member>\n        <member name=\"T:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions\">\n            <summary>\n            Extensions methods on <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/> for event handlers.\n            </summary>\n            <remarks>\n            <para>\n            These methods enable method-group to delegate conversion for delegates and methods that accept\n            types derived from <see cref=\"T:Microsoft.AspNetCore.Blazor.UIEventArgs\"/>.\n            </para>\n            <para>\n            This enhances the programming experience for using event handlers with the render tree builder\n            in components written in pure C#. These extension methods make it possible to write code like:\n            <code>\n            builder.AddAttribute(0, \"onkeypress\", MyKeyPressHandler);\n            </code>\n            Where <c>void MyKeyPressHandler(UIKeyboardEventArgs e)</c> is a method defined in the same class.\n            In this example, the author knows that the <c>onclick</c> event is associated with the\n            <see cref=\"T:Microsoft.AspNetCore.Blazor.UIKeyboardEventArgs\"/> event args type. The component author is responsible for \n            providing a delegate that matches the expected event args type, an error will result in a failure\n            at runtime.\n            </para>\n            <para>\n            When a component is authored in Razor (.cshtml), the Razor code generator will maintain a mapping\n            between event names and event arg types that can be used to generate more strongly typed code.\n            Generated code for the same case will look like:\n            <code>\n            builder.AddAttribute(0, \"onkeypress\", BindMethods.GetEventHandlerValue&lt;UIKeyboardEventArgs&gt;(MyKeyPressHandler));\n            </code>\n            </para>\n            </remarks>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Action{Microsoft.AspNetCore.Blazor.UIChangeEventArgs})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Action`1\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Func{Microsoft.AspNetCore.Blazor.UIChangeEventArgs,System.Threading.Tasks.Task})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Func`2\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Action{Microsoft.AspNetCore.Blazor.UIDragEventArgs})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Action`1\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Func{Microsoft.AspNetCore.Blazor.UIDragEventArgs,System.Threading.Tasks.Task})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Func`2\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Action{Microsoft.AspNetCore.Blazor.UIClipboardEventArgs})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Action`1\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Func{Microsoft.AspNetCore.Blazor.UIClipboardEventArgs,System.Threading.Tasks.Task})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Func`2\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Action{Microsoft.AspNetCore.Blazor.UIErrorEventArgs})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Action`1\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Func{Microsoft.AspNetCore.Blazor.UIErrorEventArgs,System.Threading.Tasks.Task})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Func`2\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Action{Microsoft.AspNetCore.Blazor.UIFocusEventArgs})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Action`1\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Func{Microsoft.AspNetCore.Blazor.UIFocusEventArgs,System.Threading.Tasks.Task})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Func`2\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Action{Microsoft.AspNetCore.Blazor.UIKeyboardEventArgs})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Action`1\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Func{Microsoft.AspNetCore.Blazor.UIKeyboardEventArgs,System.Threading.Tasks.Task})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Func`2\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Action{Microsoft.AspNetCore.Blazor.UIMouseEventArgs})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Action`1\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Func{Microsoft.AspNetCore.Blazor.UIMouseEventArgs,System.Threading.Tasks.Task})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Func`2\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Action{Microsoft.AspNetCore.Blazor.UIPointerEventArgs})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Action`1\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Func{Microsoft.AspNetCore.Blazor.UIPointerEventArgs,System.Threading.Tasks.Task})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Func`2\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Action{Microsoft.AspNetCore.Blazor.UIProgressEventArgs})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Action`1\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Func{Microsoft.AspNetCore.Blazor.UIProgressEventArgs,System.Threading.Tasks.Task})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Func`2\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Action{Microsoft.AspNetCore.Blazor.UITouchEventArgs})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Action`1\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Func{Microsoft.AspNetCore.Blazor.UITouchEventArgs,System.Threading.Tasks.Task})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Func`2\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Action{Microsoft.AspNetCore.Blazor.UIWheelEventArgs})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Action`1\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n        <member name=\"M:Microsoft.AspNetCore.Blazor.UIEventArgsRenderTreeBuilderExtensions.AddAttribute(Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder,System.Int32,System.String,System.Func{Microsoft.AspNetCore.Blazor.UIWheelEventArgs,System.Threading.Tasks.Task})\">\n            <summary>\n            <para>\n            Appends a frame representing an <see cref=\"T:System.Func`2\"/>-valued attribute.\n            </para>\n            <para>\n            The attribute is associated with the most recently added element. If the value is <c>null</c> and the\n            current element is not a component, the frame will be omitted.\n            </para>\n            </summary>\n            <param name=\"builder\">The <see cref=\"T:Microsoft.AspNetCore.Blazor.RenderTree.RenderTreeBuilder\"/>.</param>\n            <param name=\"sequence\">An integer that represents the position of the instruction in the source code.</param>\n            <param name=\"name\">The name of the attribute.</param>\n            <param name=\"value\">The value of the attribute.</param>\n        </member>\n    </members>\n</doc>\n"
  },
  {
    "path": "src/Microsoft.JSInterop.xml",
    "content": "<?xml version=\"1.0\"?>\n<doc>\n    <assembly>\n        <name>Microsoft.JSInterop</name>\n    </assembly>\n    <members>\n        <member name=\"T:Microsoft.JSInterop.DotNetDispatcher\">\n            <summary>\n            Provides methods that receive incoming calls from JS to .NET.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.DotNetDispatcher.Invoke(System.String,System.String,System.Int64,System.String)\">\n            <summary>\n            Receives a call from JS to .NET, locating and invoking the specified method.\n            </summary>\n            <param name=\"assemblyName\">The assembly containing the method to be invoked.</param>\n            <param name=\"methodIdentifier\">The identifier of the method to be invoked. The method must be annotated with a <see cref=\"T:Microsoft.JSInterop.JSInvokableAttribute\"/> matching this identifier string.</param>\n            <param name=\"dotNetObjectId\">For instance method calls, identifies the target object.</param>\n            <param name=\"argsJson\">A JSON representation of the parameters.</param>\n            <returns>A JSON representation of the return value, or null.</returns>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.DotNetDispatcher.BeginInvoke(System.String,System.String,System.String,System.Int64,System.String)\">\n            <summary>\n            Receives a call from JS to .NET, locating and invoking the specified method asynchronously.\n            </summary>\n            <param name=\"callId\">A value identifying the asynchronous call that should be passed back with the result, or null if no result notification is required.</param>\n            <param name=\"assemblyName\">The assembly containing the method to be invoked.</param>\n            <param name=\"methodIdentifier\">The identifier of the method to be invoked. The method must be annotated with a <see cref=\"T:Microsoft.JSInterop.JSInvokableAttribute\"/> matching this identifier string.</param>\n            <param name=\"dotNetObjectId\">For instance method calls, identifies the target object.</param>\n            <param name=\"argsJson\">A JSON representation of the parameters.</param>\n            <returns>A JSON representation of the return value, or null.</returns>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.DotNetDispatcher.EndInvoke(System.Int64,System.Boolean,Microsoft.JSInterop.Internal.JSAsyncCallResult)\">\n            <summary>\n            Receives notification that a call from .NET to JS has finished, marking the\n            associated <see cref=\"T:System.Threading.Tasks.Task\"/> as completed.\n            </summary>\n            <param name=\"asyncHandle\">The identifier for the function invocation.</param>\n            <param name=\"succeeded\">A flag to indicate whether the invocation succeeded.</param>\n            <param name=\"result\">If <paramref name=\"succeeded\"/> is <c>true</c>, specifies the invocation result. If <paramref name=\"succeeded\"/> is <c>false</c>, gives the <see cref=\"T:System.Exception\"/> corresponding to the invocation failure.</param>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.DotNetDispatcher.ReleaseDotNetObject(System.Int64)\">\n             <summary>\n             Releases the reference to the specified .NET object. This allows the .NET runtime\n             to garbage collect that object if there are no other references to it.\n            \n             To avoid leaking memory, the JavaScript side code must call this for every .NET\n             object it obtains a reference to. The exception is if that object is used for\n             the entire lifetime of a given user's session, in which case it is released\n             automatically when the JavaScript runtime is disposed.\n             </summary>\n             <param name=\"dotNetObjectId\">The identifier previously passed to JavaScript code.</param>\n        </member>\n        <member name=\"T:Microsoft.JSInterop.DotNetObjectRef\">\n             <summary>\n             Wraps a JS interop argument, indicating that the value should not be serialized as JSON\n             but instead should be passed as a reference.\n            \n             To avoid leaking memory, the reference must later be disposed by JS code or by .NET code.\n             </summary>\n        </member>\n        <member name=\"P:Microsoft.JSInterop.DotNetObjectRef.Value\">\n            <summary>\n            Gets the object instance represented by this wrapper.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.DotNetObjectRef.#ctor(System.Object)\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.JSInterop.DotNetObjectRef\"/>.\n            </summary>\n            <param name=\"value\">The value being wrapped.</param>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.DotNetObjectRef.EnsureAttachedToJsRuntime(Microsoft.JSInterop.IJSRuntime)\">\n            <summary>\n            Ensures the <see cref=\"T:Microsoft.JSInterop.DotNetObjectRef\"/> is associated with the specified <see cref=\"T:Microsoft.JSInterop.IJSRuntime\"/>.\n            Developers do not normally need to invoke this manually, since it is called automatically by\n            framework code.\n            </summary>\n            <param name=\"runtime\">The <see cref=\"T:Microsoft.JSInterop.IJSRuntime\"/>.</param>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.DotNetObjectRef.Dispose\">\n            <summary>\n            Stops tracking this object reference, allowing it to be garbage collected\n            (if there are no other references to it). Once the instance is disposed, it\n            can no longer be used in interop calls from JavaScript code.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.JSInterop.Internal.ICustomArgSerializer\">\n            <summary>\n            Internal. Intended for framework use only.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.Internal.ICustomArgSerializer.ToJsonPrimitive\">\n            <summary>\n            Internal. Intended for framework use only.\n            </summary>\n        </member>\n        <member name=\"T:Microsoft.JSInterop.Internal.JSAsyncCallResult\">\n            <summary>\n            Intended for framework use only.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.Internal.JSAsyncCallResult.#ctor(System.Object)\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.JSInterop.Internal.JSAsyncCallResult\"/>.\n            </summary>\n            <param name=\"resultOrException\">The result of the call.</param>\n        </member>\n        <member name=\"T:Microsoft.JSInterop.IJSInProcessRuntime\">\n            <summary>\n            Represents an instance of a JavaScript runtime to which calls may be dispatched.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.IJSInProcessRuntime.Invoke``1(System.String,System.Object[])\">\n            <summary>\n            Invokes the specified JavaScript function synchronously.\n            </summary>\n            <typeparam name=\"T\">The JSON-serializable return type.</typeparam>\n            <param name=\"identifier\">An identifier for the function to invoke. For example, the value <code>\"someScope.someFunction\"</code> will invoke the function <code>window.someScope.someFunction</code>.</param>\n            <param name=\"args\">JSON-serializable arguments.</param>\n            <returns>An instance of <typeparamref name=\"T\"/> obtained by JSON-deserializing the return value.</returns>\n        </member>\n        <member name=\"T:Microsoft.JSInterop.IJSRuntime\">\n            <summary>\n            Represents an instance of a JavaScript runtime to which calls may be dispatched.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.IJSRuntime.InvokeAsync``1(System.String,System.Object[])\">\n            <summary>\n            Invokes the specified JavaScript function asynchronously.\n            </summary>\n            <typeparam name=\"T\">The JSON-serializable return type.</typeparam>\n            <param name=\"identifier\">An identifier for the function to invoke. For example, the value <code>\"someScope.someFunction\"</code> will invoke the function <code>window.someScope.someFunction</code>.</param>\n            <param name=\"args\">JSON-serializable arguments.</param>\n            <returns>An instance of <typeparamref name=\"T\"/> obtained by JSON-deserializing the return value.</returns>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.IJSRuntime.UntrackObjectRef(Microsoft.JSInterop.DotNetObjectRef)\">\n            <summary>\n            Stops tracking the .NET object represented by the <see cref=\"T:Microsoft.JSInterop.DotNetObjectRef\"/>.\n            This allows it to be garbage collected (if nothing else holds a reference to it)\n            and means the JS-side code can no longer invoke methods on the instance or pass\n            it as an argument to subsequent calls.\n            </summary>\n            <param name=\"dotNetObjectRef\">The reference to stop tracking.</param>\n            <remarks>This method is called automaticallly by <see cref=\"M:Microsoft.JSInterop.DotNetObjectRef.Dispose\"/>.</remarks>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.InteropArgSerializerStrategy.ReleaseDotNetObject(System.Int64)\">\n            <summary>\n            Stops tracking the specified .NET object reference.\n            This overload is typically invoked from JS code via JS interop.\n            </summary>\n            <param name=\"dotNetObjectId\">The ID of the <see cref=\"T:Microsoft.JSInterop.DotNetObjectRef\"/>.</param>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.InteropArgSerializerStrategy.ReleaseDotNetObject(Microsoft.JSInterop.DotNetObjectRef)\">\n            <summary>\n            Stops tracking the specified .NET object reference.\n            This overload is typically invoked from .NET code by <see cref=\"M:Microsoft.JSInterop.DotNetObjectRef.Dispose\"/>.\n            </summary>\n            <param name=\"dotNetObjectRef\">The <see cref=\"T:Microsoft.JSInterop.DotNetObjectRef\"/>.</param>\n        </member>\n        <member name=\"T:Microsoft.JSInterop.JSException\">\n            <summary>\n            Represents errors that occur during an interop call from .NET to JavaScript.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.JSException.#ctor(System.String)\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.JSInterop.JSException\"/>.\n            </summary>\n            <param name=\"message\">The exception message.</param>\n        </member>\n        <member name=\"T:Microsoft.JSInterop.JSInProcessRuntimeBase\">\n            <summary>\n            Abstract base class for an in-process JavaScript runtime.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.JSInProcessRuntimeBase.Invoke``1(System.String,System.Object[])\">\n            <summary>\n            Invokes the specified JavaScript function synchronously.\n            </summary>\n            <typeparam name=\"T\">The JSON-serializable return type.</typeparam>\n            <param name=\"identifier\">An identifier for the function to invoke. For example, the value <code>\"someScope.someFunction\"</code> will invoke the function <code>window.someScope.someFunction</code>.</param>\n            <param name=\"args\">JSON-serializable arguments.</param>\n            <returns>An instance of <typeparamref name=\"T\"/> obtained by JSON-deserializing the return value.</returns>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.JSInProcessRuntimeBase.InvokeJS(System.String,System.String)\">\n            <summary>\n            Performs a synchronous function invocation.\n            </summary>\n            <param name=\"identifier\">The identifier for the function to invoke.</param>\n            <param name=\"argsJson\">A JSON representation of the arguments.</param>\n            <returns>A JSON representation of the result.</returns>\n        </member>\n        <member name=\"T:Microsoft.JSInterop.JSInvokableAttribute\">\n            <summary>\n            Identifies a .NET method as allowing invocation from JavaScript code.\n            Any method marked with this attribute may receive arbitrary parameter values\n            from untrusted callers. All inputs should be validated carefully.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.JSInterop.JSInvokableAttribute.Identifier\">\n             <summary>\n             Gets the identifier for the method. The identifier must be unique within the scope\n             of an assembly.\n            \n             If not set, the identifier is taken from the name of the method. In this case the\n             method name must be unique within the assembly.\n             </summary>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.JSInvokableAttribute.#ctor\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.JSInterop.JSInvokableAttribute\"/> without setting\n            an identifier for the method.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.JSInvokableAttribute.#ctor(System.String)\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.JSInterop.JSInvokableAttribute\"/> using the specified\n            identifier.\n            </summary>\n            <param name=\"identifier\">An identifier for the method, which must be unique within the scope of the assembly.</param>\n        </member>\n        <member name=\"T:Microsoft.JSInterop.Json\">\n            <summary>\n            Provides mechanisms for converting between .NET objects and JSON strings for use\n            when making calls to JavaScript functions via <see cref=\"T:Microsoft.JSInterop.IJSRuntime\"/>.\n            \n            Warning: This is not intended as a general-purpose JSON library. It is only intended\n            for use when making calls via <see cref=\"T:Microsoft.JSInterop.IJSRuntime\"/>. Eventually its implementation\n            will be replaced by something more general-purpose.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.Json.Serialize(System.Object)\">\n            <summary>\n            Serializes the value as a JSON string.\n            </summary>\n            <param name=\"value\">The value to serialize.</param>\n            <returns>The JSON string.</returns>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.Json.Deserialize``1(System.String)\">\n            <summary>\n            Deserializes the JSON string, creating an object of the specified generic type.\n            </summary>\n            <typeparam name=\"T\">The type of object to create.</typeparam>\n            <param name=\"json\">The JSON string.</param>\n            <returns>An object of the specified type.</returns>\n        </member>\n        <member name=\"T:Microsoft.JSInterop.JSRuntime\">\n            <summary>\n            Provides mechanisms for accessing the current <see cref=\"T:Microsoft.JSInterop.IJSRuntime\"/>.\n            </summary>\n        </member>\n        <member name=\"P:Microsoft.JSInterop.JSRuntime.Current\">\n            <summary>\n            Gets the current <see cref=\"T:Microsoft.JSInterop.IJSRuntime\"/>, if any.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.JSRuntime.SetCurrentJSRuntime(Microsoft.JSInterop.IJSRuntime)\">\n             <summary>\n             Sets the current JS runtime to the supplied instance.\n            \n             This is intended for framework use. Developers should not normally need to call this method.\n             </summary>\n             <param name=\"instance\">The new current <see cref=\"T:Microsoft.JSInterop.IJSRuntime\"/>.</param>\n        </member>\n        <member name=\"T:Microsoft.JSInterop.JSRuntimeBase\">\n            <summary>\n            Abstract base class for a JavaScript runtime.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.JSRuntimeBase.#ctor\">\n            <summary>\n            Constructs an instance of <see cref=\"T:Microsoft.JSInterop.JSRuntimeBase\"/>.\n            </summary>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.JSRuntimeBase.UntrackObjectRef(Microsoft.JSInterop.DotNetObjectRef)\">\n            <inheritdoc />\n        </member>\n        <member name=\"M:Microsoft.JSInterop.JSRuntimeBase.InvokeAsync``1(System.String,System.Object[])\">\n            <summary>\n            Invokes the specified JavaScript function asynchronously.\n            </summary>\n            <typeparam name=\"T\">The JSON-serializable return type.</typeparam>\n            <param name=\"identifier\">An identifier for the function to invoke. For example, the value <code>\"someScope.someFunction\"</code> will invoke the function <code>window.someScope.someFunction</code>.</param>\n            <param name=\"args\">JSON-serializable arguments.</param>\n            <returns>An instance of <typeparamref name=\"T\"/> obtained by JSON-deserializing the return value.</returns>\n        </member>\n        <member name=\"M:Microsoft.JSInterop.JSRuntimeBase.BeginInvokeJS(System.Int64,System.String,System.String)\">\n            <summary>\n            Begins an asynchronous function invocation.\n            </summary>\n            <param name=\"asyncHandle\">The identifier for the function invocation, or zero if no async callback is required.</param>\n            <param name=\"identifier\">The identifier for the function to invoke.</param>\n            <param name=\"argsJson\">A JSON representation of the arguments.</param>\n        </member>\n        <member name=\"T:SimpleJson.JsonArray\">\n            <summary>\n            Represents the json array.\n            </summary>\n        </member>\n        <member name=\"M:SimpleJson.JsonArray.#ctor\">\n            <summary>\n            Initializes a new instance of the <see cref=\"T:SimpleJson.JsonArray\"/> class. \n            </summary>\n        </member>\n        <member name=\"M:SimpleJson.JsonArray.#ctor(System.Int32)\">\n            <summary>\n            Initializes a new instance of the <see cref=\"T:SimpleJson.JsonArray\"/> class. \n            </summary>\n            <param name=\"capacity\">The capacity of the json array.</param>\n        </member>\n        <member name=\"M:SimpleJson.JsonArray.ToString\">\n            <summary>\n            The json representation of the array.\n            </summary>\n            <returns>The json representation of the array.</returns>\n        </member>\n        <member name=\"T:SimpleJson.JsonObject\">\n            <summary>\n            Represents the json object.\n            </summary>\n        </member>\n        <member name=\"F:SimpleJson.JsonObject._members\">\n            <summary>\n            The internal member dictionary.\n            </summary>\n        </member>\n        <member name=\"M:SimpleJson.JsonObject.#ctor\">\n            <summary>\n            Initializes a new instance of <see cref=\"T:SimpleJson.JsonObject\"/>.\n            </summary>\n        </member>\n        <member name=\"M:SimpleJson.JsonObject.#ctor(System.Collections.Generic.IEqualityComparer{System.String})\">\n            <summary>\n            Initializes a new instance of <see cref=\"T:SimpleJson.JsonObject\"/>.\n            </summary>\n            <param name=\"comparer\">The <see cref=\"T:System.Collections.Generic.IEqualityComparer`1\"/> implementation to use when comparing keys, or null to use the default <see cref=\"T:System.Collections.Generic.EqualityComparer`1\"/> for the type of the key.</param>\n        </member>\n        <member name=\"P:SimpleJson.JsonObject.Item(System.Int32)\">\n            <summary>\n            Gets the <see cref=\"T:System.Object\"/> at the specified index.\n            </summary>\n            <value></value>\n        </member>\n        <member name=\"M:SimpleJson.JsonObject.Add(System.String,System.Object)\">\n            <summary>\n            Adds the specified key.\n            </summary>\n            <param name=\"key\">The key.</param>\n            <param name=\"value\">The value.</param>\n        </member>\n        <member name=\"M:SimpleJson.JsonObject.ContainsKey(System.String)\">\n            <summary>\n            Determines whether the specified key contains key.\n            </summary>\n            <param name=\"key\">The key.</param>\n            <returns>\n                <c>true</c> if the specified key contains key; otherwise, <c>false</c>.\n            </returns>\n        </member>\n        <member name=\"P:SimpleJson.JsonObject.Keys\">\n            <summary>\n            Gets the keys.\n            </summary>\n            <value>The keys.</value>\n        </member>\n        <member name=\"M:SimpleJson.JsonObject.Remove(System.String)\">\n            <summary>\n            Removes the specified key.\n            </summary>\n            <param name=\"key\">The key.</param>\n            <returns></returns>\n        </member>\n        <member name=\"M:SimpleJson.JsonObject.TryGetValue(System.String,System.Object@)\">\n            <summary>\n            Tries the get value.\n            </summary>\n            <param name=\"key\">The key.</param>\n            <param name=\"value\">The value.</param>\n            <returns></returns>\n        </member>\n        <member name=\"P:SimpleJson.JsonObject.Values\">\n            <summary>\n            Gets the values.\n            </summary>\n            <value>The values.</value>\n        </member>\n        <member name=\"P:SimpleJson.JsonObject.Item(System.String)\">\n            <summary>\n            Gets or sets the <see cref=\"T:System.Object\"/> with the specified key.\n            </summary>\n            <value></value>\n        </member>\n        <member name=\"M:SimpleJson.JsonObject.Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})\">\n            <summary>\n            Adds the specified item.\n            </summary>\n            <param name=\"item\">The item.</param>\n        </member>\n        <member name=\"M:SimpleJson.JsonObject.Clear\">\n            <summary>\n            Clears this instance.\n            </summary>\n        </member>\n        <member name=\"M:SimpleJson.JsonObject.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})\">\n            <summary>\n            Determines whether [contains] [the specified item].\n            </summary>\n            <param name=\"item\">The item.</param>\n            <returns>\n            \t<c>true</c> if [contains] [the specified item]; otherwise, <c>false</c>.\n            </returns>\n        </member>\n        <member name=\"M:SimpleJson.JsonObject.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)\">\n            <summary>\n            Copies to.\n            </summary>\n            <param name=\"array\">The array.</param>\n            <param name=\"arrayIndex\">Index of the array.</param>\n        </member>\n        <member name=\"P:SimpleJson.JsonObject.Count\">\n            <summary>\n            Gets the count.\n            </summary>\n            <value>The count.</value>\n        </member>\n        <member name=\"P:SimpleJson.JsonObject.IsReadOnly\">\n            <summary>\n            Gets a value indicating whether this instance is read only.\n            </summary>\n            <value>\n            \t<c>true</c> if this instance is read only; otherwise, <c>false</c>.\n            </value>\n        </member>\n        <member name=\"M:SimpleJson.JsonObject.Remove(System.Collections.Generic.KeyValuePair{System.String,System.Object})\">\n            <summary>\n            Removes the specified item.\n            </summary>\n            <param name=\"item\">The item.</param>\n            <returns></returns>\n        </member>\n        <member name=\"M:SimpleJson.JsonObject.GetEnumerator\">\n            <summary>\n            Gets the enumerator.\n            </summary>\n            <returns></returns>\n        </member>\n        <member name=\"M:SimpleJson.JsonObject.System#Collections#IEnumerable#GetEnumerator\">\n            <summary>\n            Returns an enumerator that iterates through a collection.\n            </summary>\n            <returns>\n            An <see cref=\"T:System.Collections.IEnumerator\"/> object that can be used to iterate through the collection.\n            </returns>\n        </member>\n        <member name=\"M:SimpleJson.JsonObject.ToString\">\n            <summary>\n            Returns a json <see cref=\"T:System.String\"/> that represents the current <see cref=\"T:System.Object\"/>.\n            </summary>\n            <returns>\n            A json <see cref=\"T:System.String\"/> that represents the current <see cref=\"T:System.Object\"/>.\n            </returns>\n        </member>\n        <member name=\"T:SimpleJson.SimpleJson\">\n            <summary>\n            This class encodes and decodes JSON strings.\n            Spec. details, see http://www.json.org/\n            \n            JSON uses Arrays and Objects. These correspond here to the datatypes JsonArray(IList&lt;object>) and JsonObject(IDictionary&lt;string,object>).\n            All numbers are parsed to doubles.\n            </summary>\n        </member>\n        <member name=\"M:SimpleJson.SimpleJson.DeserializeObject(System.String)\">\n            <summary>\n            Parses the string json into a value\n            </summary>\n            <param name=\"json\">A JSON string.</param>\n            <returns>An IList&lt;object>, a IDictionary&lt;string,object>, a double, a string, null, true, or false</returns>\n        </member>\n        <member name=\"M:SimpleJson.SimpleJson.TryDeserializeObject(System.String,System.Object@)\">\n            <summary>\n            Try parsing the json string into a value.\n            </summary>\n            <param name=\"json\">\n            A JSON string.\n            </param>\n            <param name=\"obj\">\n            The object.\n            </param>\n            <returns>\n            Returns true if successful otherwise false.\n            </returns>\n        </member>\n        <member name=\"M:SimpleJson.SimpleJson.SerializeObject(System.Object,SimpleJson.IJsonSerializerStrategy)\">\n            <summary>\n            Converts a IDictionary&lt;string,object> / IList&lt;object> object into a JSON string\n            </summary>\n            <param name=\"json\">A IDictionary&lt;string,object> / IList&lt;object></param>\n            <param name=\"jsonSerializerStrategy\">Serializer strategy to use</param>\n            <returns>A JSON encoded string, or null if object 'json' is not serializable</returns>\n        </member>\n        <member name=\"M:SimpleJson.SimpleJson.IsNumeric(System.Object)\">\n            <summary>\n            Determines if a given object is numeric in any way\n            (can be integer, double, null, etc).\n            </summary>\n        </member>\n    </members>\n</doc>\n"
  },
  {
    "path": "template/index.html.tmpl",
    "content": "{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}\n{{!include(/^styles/.*/)}}\n{{!include(/^fonts/.*/)}}\n{{!include(favicon.ico)}}\n{{!include(logo.svg)}}\n<!DOCTYPE html>\n<!--[if IE]><![endif]-->\n<html lang=\"en\">\n  {{>partials/head}}\n  <body data-spy=\"scroll\" data-target=\"#affix\">\n    <div id=\"wrapper\">\n      <header>\n        {{>partials/navbar}}\n        <div class=\"cr cr-top cr-right cr-sticky cr-green\">Experimental</div>\n      </header>\n      {{{conceptual}}}\n      {{>partials/footer}}\n    </div>\n    {{>partials/scripts}}\n  </body>\n</html>"
  },
  {
    "path": "template/styles/main.css",
    "content": "body {\n  font-size: 16px;\n}\n\n.toc .level1 > li {\n  font-weight: normal;\n}\n\nh1, h2 {\n  font-family: segoe-ui_light,Segoe UI Light,Segoe WP,Helvetica Neue,Helvetica,sans-serif;\n}\n\n.anchorjs-link {\n  display: none;\n}\n\n.hero {\n  color: #c2e0f9;\n  background-color: #385361;\n  background-image: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#1e1e90),color-stop(100%,#385361));\n  background-image: -webkit-linear-gradient(180deg,#1e1e90 0,#337ab7 100%);\n  background-image: -moz-linear-gradient(180deg,#1e1e90 0,#337ab7 100%);\n  background-image: -ms-linear-gradient(180deg,#1e1e90 0,#337ab7 100%);\n  background-image: -o-linear-gradient(180deg,#1e1e90 0,#337ab7 100%);\n  background-image: linear-gradient(180deg,#1e1e90 0,#337ab7 100%);\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e1e90', endColorstr='#337ab7', GradientType=1);\n}\n\n.hero strong {\n  color: #e7e7e7;\n}\n\n.btn-primary, .btn-primary:visited, .btn-primary:focus, .button, .button:visited, .button:focus {\n  background-color: #42a044;\n  color: #fff;\n  border-color: #8f9eab;\n  -webkit-box-shadow: 3px 4px 1px rgba(50, 50, 50, 0.75);\n  -moz-box-shadow: 3px 4px 1px rgba(50, 50, 50, 0.75);\n  box-shadow: 3px 4px 1px rgba(50, 50, 50, 0.75);\n}\n\n.btn-primary:hover, .btn-primary:active, .button:hover, .button:active {\n  background-color: #388439;\n  color: #fff;\n  border-color: #8f9eab;\n}\n\nsvg:hover path {\n  fill: #ffffff;\n}\n\n.counter-key-section{\n  border: 2px solid #6E8B60;\n  -webkit-border-image-source: -webkit-gradient(linear, left, right, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, #385361), color-stop(100%, rgba(0, 0, 0, 0)));\n  -webkit-border-image-source: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0), #385361 50%, rgba(0, 0, 0, 0));\n  -moz-border-image-source: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0), #385361 50%, rgba(0, 0, 0, 0));\n  -ms-border-image-source: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0), #385361 50%, rgba(0, 0, 0, 0));\n  -o-border-image-source: -o-linear-gradient(90deg, rgba(0, 0, 0, 0), #385361 50%, rgba(0, 0, 0, 0));\n  border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0), #385361 50%, rgba(0, 0, 0, 0));\n  border-image-slice: 1;\n}\n\n.value-prop-heading {\n  font-size: 24px;\n}\n\n#vp-container{\n  margin-top: 30px;\n}\n\n.hero {\n  height: 350px;\n  margin-top: 50px;\n  padding-top: 50px;\n  font-weight: 300;\n  text-align: center;\n}\n\n.key-section{\n  padding: 30px 0;\n}\n\n.key-section .glyphicon, .counter-key-section .glyphicon {\n  font-size: 8em;\n  padding: 50px;\n  display: table-cell;\n  vertical-align: middle;\n}\n\n.glyphicon {\n  margin-right: 10px;\n  font-size: 16px;\n}\n\n.key-section section, .counter-key-section section {\n  display: table-cell;\n  padding: 40px;\n}\n\n.key-section section p, .counter-key-section section p {\n  text-align: initial;\n}\n\n.counter-key-section{\n  padding: 30px 0;\n}\n\n.get-started-section section {\n  padding-bottom: 50px;\n}\n\n.buttons-unit-small{\n  font-size: 16px;\n  font-weight: normal;\n}\n\n.version-link, .github-link{\n  margin: 5px;\n}\n\n.hero strong {\n  font-weight: 400;\n}\n\n.hero .text {\n  font-size: 64px;\n  text-align: center;\n  font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif;\n}\n\n.hero .minitext {\n  font-size: 20px;\n  text-align: center;\n}\n\n.buttons-unit {\n  margin-top: 50px;\n  text-align: center;\n}\n\n.hero .button {\n  border-radius: 4px;\n  padding: 8px 16px;\n  margin: 0 12px;\n  box-shadow: 1px 3px 3px rgba(0,0,0,0.3);\n}\n\n.buttons-unit .button {\n  font-size: 24px;\n}\n\n@media only screen and (max-width: 768px) {\n  .hero {\n    margin-top: 0px;\n  }\n  .hero .button {\n    display: block;\n    margin: 12px;\n  }\n  .cr {\n    display: none;\n  }\n  .key-section .glyphicon {\n    display: none;\n  }\n  .counter-key-section .glyphicon {\n    display: none;\n  }\n}\n\n.footer {\n  padding: 15px;\n}\n\n/* Corner Ribbon Styles */\n.cr {\n  width: 200px;\n  padding: 16px;\n  position: absolute;\n  text-align: center;\n  color: #f0f0f0;\n  z-index: 1000;\n}\n\n.cr-sticky {\n  position: fixed;\n}\n\n/* Positions */\n\n.cr-top    { top: 25px; }\n.cr-bottom { bottom: 25px; }\n.cr-left   { left: -50px; }\n.cr-right  { right: -50px; }\n\n/* Rotations */\n\n.cr-top.cr-left,\n.cr-bottom.cr-right {\n  transform: rotate(-45deg);\n}\n\n.cr-top.cr-right,\n.cr-bottom.cr-left {\n  transform: rotate(45deg);\n}\n\n/* Colors */\n\n.cr-white     { background-color: #f0f0f0; color: #444; }\n.cr-black     { background-color: #333; }\n.cr-grey      { background-color: #999; }\n.cr-blue      { background-color: #39d; }\n.cr-green     { background-color: #42a044; }\n.cr-turquoise { background-color: #1b9; }\n.cr-purple    { background-color: #95b; }\n.cr-red       { background-color: #e43; }\n.cr-orange    { background-color: #e82; }\n.cr-yellow    { background-color: #ec0; }\n\n"
  },
  {
    "path": "toc.yml",
    "content": "- name: Docs\n  href: https://docs.microsoft.com/aspnet/core/blazor/\n- name: API\n  href: api/\n  homepage: api/index.md\n- name: Community\n  href: community.md\n- name: Blog\n  href: https://blogs.msdn.microsoft.com/webdev/category/blazor/\n"
  }
]