We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1e704 commit 4be0e3aCopy full SHA for 4be0e3a
launcher-csharp/Views/Home/Index.cshtml
@@ -37,7 +37,6 @@
37
<div id="filtered_code_examples" class="container" style="margin-top: 10px; padding-left: 0px;">
38
@foreach(var api in ViewBag.APITexts)
39
{
40
-
41
var linkToCodeExample = ((ApIs) api).Name.ToLower() == ExamplesApiType.ESignature.ToString().ToLower() ? ExamplesApiType.ESignature.ToKeywordString()
42
: ((ApIs) api).Name.ToLower() == ExamplesApiType.Click.ToString().ToLower() ? ExamplesApiType.Click.ToKeywordString()
43
: ((ApIs) api).Name.ToLower() == ExamplesApiType.Monitor.ToString().ToLower() ? ExamplesApiType.Monitor.ToKeywordString()
0 commit comments