An error occurred during the compilation of a resource required to process this request. Please review the following specific error details and modify your source code appropriately.

D:\Website\iGame.Crossgate\Views\Equipment\Index.cshtml


#pragma checksum "D:\Website\iGame.Crossgate\Views\Equipment\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "ebfa1087459d19f2b04ab3919bec44f3136b8e20"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Equipment_Index), @"mvc.1.0.view", @"/Views/Equipment/Index.cshtml")]
[assembly:global::Microsoft.AspNetCore.Mvc.Razor.Compilation.RazorViewAttribute(@"/Views/Equipment/Index.cshtml", typeof(AspNetCore.Views_Equipment_Index))]
namespace AspNetCore
{
    #line hidden
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Threading.Tasks;
    using Microsoft.AspNetCore.Mvc;
    using Microsoft.AspNetCore.Mvc.Rendering;
    using Microsoft.AspNetCore.Mvc.ViewFeatures;
#line 1 "D:\Website\iGame.Crossgate\Views\_ViewImports.cshtml"
using iGame;

#line default
#line hidden
#line 2 "D:\Website\iGame.Crossgate\Views\_ViewImports.cshtml"
using iGame.Mvc;

#line default
#line hidden
#line 3 "D:\Website\iGame.Crossgate\Views\_ViewImports.cshtml"
using iGame.Crossgate;

#line default
#line hidden
#line 4 "D:\Website\iGame.Crossgate\Views\_ViewImports.cshtml"
using iGame.Crossgate.Domain;

#line default
#line hidden
#line 5 "D:\Website\iGame.Crossgate\Views\_ViewImports.cshtml"
using iGame.Crossgate.Entity;

#line default
#line hidden
#line 6 "D:\Website\iGame.Crossgate\Views\_ViewImports.cshtml"
using iGame.Crossgate.Models;

#line default
#line hidden
#line 7 "D:\Website\iGame.Crossgate\Views\_ViewImports.cshtml"
using System.ComponentModel;

#line default
#line hidden
#line 8 "D:\Website\iGame.Crossgate\Views\_ViewImports.cshtml"
using System.ComponentModel.DataAnnotations;

#line default
#line hidden
#line 9 "D:\Website\iGame.Crossgate\Views\_ViewImports.cshtml"
using System.Reflection;

#line default
#line hidden
#line 10 "D:\Website\iGame.Crossgate\Views\_ViewImports.cshtml"
using Wodsoft.ComBoost.Data.Entity;

#line default
#line hidden
#line 11 "D:\Website\iGame.Crossgate\Views\_ViewImports.cshtml"
using Wodsoft.ComBoost.Data.Entity.Metadata;

#line default
#line hidden
#line 12 "D:\Website\iGame.Crossgate\Views\_ViewImports.cshtml"
using Wodsoft.ComBoost.Mvc;

#line default
#line hidden
#line 13 "D:\Website\iGame.Crossgate\Views\_ViewImports.cshtml"
using Wodsoft.ComBoost.Security;

#line default
#line hidden
    [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"ebfa1087459d19f2b04ab3919bec44f3136b8e20", @"/Views/Equipment/Index.cshtml")]
    [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"a6da3c9fa1caa25811105cb20a7b678fcce4e6ec", @"/Views/_ViewImports.cshtml")]
    public class Views_Equipment_Index : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<IEntityViewModel<Item>>
    {
        private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("method", "get", global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
        #line hidden
        #pragma warning disable 0169
        private string __tagHelperStringValueBuffer;
        #pragma warning restore 0169
        private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
        private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
        private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
        private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
        {
            get
            {
                if (__backed__tagHelperScopeManager == null)
                {
                    __backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
                }
                return __backed__tagHelperScopeManager;
            }
        }
        private global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper;
        private global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper;
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 2 "D:\Website\iGame.Crossgate\Views\Equipment\Index.cshtml"
  
    ViewBag.Title = "装备";
    Layout = "~/Views/Shared/_Layout.cshtml";

#line default
#line hidden
            BeginContext(112, 2663, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ebfa1087459d19f2b04ab3919bec44f3136b8e205057", async() => {
                BeginContext(161, 38, true);
                WriteLiteral("\r\n    <input type=\"hidden\" name=\"type\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 199, "\"", 227, 1);
#line 7 "D:\Website\iGame.Crossgate\Views\Equipment\Index.cshtml"
WriteAttributeValue("", 207, ViewBag.TypeValue, 207, 20, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(228, 1068, true);
                WriteLiteral(@" />
    <div class=""p-3 bg-white"">
        <table class=""table ml-table eq-category table-middle"">
            <tr>
                <td width=""100"" class=""text-center"">
                    武器
                </td>
                <td>
                    <a href=""#"" class=""btn btn-link"">名称</a>
                </td>
            </tr>
            <tr>
                <td class=""text-center"">
                    防具
                </td>
                <td></td>
            </tr>
            <tr>
                <td class=""text-center"">
                    首饰
                </td>
                <td></td>
            </tr>
            <tr>
                <td class=""text-center"">
                    属性水晶
                </td>
                <td></td>
            </tr>
        </table>
        <div class=""mt-4"">
            <div class=""row"">
                <div class=""col-6 m-auto"">
                    <div class=""input-group"">
                        <input type=""text"" class=");
                WriteLiteral("\"form-control\" autocomplete=\"off\" name=\"key\"");
                EndContext();
                BeginWriteAttribute("value", " value=\"", 1296, "\"", 1333, 1);
#line 41 "D:\Website\iGame.Crossgate\Views\Equipment\Index.cshtml"
WriteAttributeValue("", 1304, Context.Request.Query["key"], 1304, 29, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1334, 389, true);
                WriteLiteral(@" placeholder=""输入关键字按回车键搜索"">
                        <span class=""input-group-btn"">
                            <button class=""btn bg-primary"" type=""button""><i class=""fa fa-search""></i></button>
                        </span>
                    </div>
                </div>
            </div>
        </div>
        <section class=""mt-4 eq-list"">
            <div class=""row"">
");
                EndContext();
#line 51 "D:\Website\iGame.Crossgate\Views\Equipment\Index.cshtml"
                 foreach (var item in Model.Items)
            {

#line default
#line hidden
                BeginContext(1790, 56, true);
                WriteLiteral("                    <div class=\"col-md-6 col-sm-12 item\"");
                EndContext();
                BeginWriteAttribute("onclick", " onclick=\"", 1846, "\"", 1940, 3);
                WriteAttributeValue("", 1856, "window.location.href=\'", 1856, 22, true);
#line 53 "D:\Website\iGame.Crossgate\Views\Equipment\Index.cshtml"
WriteAttributeValue("", 1878, Url.Action("Detail",new { id = item.UniqueIndex, u = true }), 1878, 61, false);

#line default
#line hidden
                WriteAttributeValue("", 1939, "\'", 1939, 1, true);
                EndWriteAttribute();
                BeginContext(1941, 137, true);
                WriteLiteral(">\r\n                        <div class=\"media\">\r\n                            <a href=\"javascript:;\">\r\n                                <img");
                EndContext();
                BeginWriteAttribute("src", " src=\"", 2078, "\"", 2107, 1);
#line 56 "D:\Website\iGame.Crossgate\Views\Equipment\Index.cshtml"
WriteAttributeValue("", 2084, Url.ToAttachmentUrl(1), 2084, 23, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2108, 229, true);
                WriteLiteral(">\r\n                            </a>\r\n                            <div class=\"media-body\">\r\n                                <h5 class=\"mt-0 font-weight-bold\">\r\n                                    <a href=\"javascript:;\" title=\"短毛\">");
                EndContext();
                BeginContext(2338, 9, false);
#line 60 "D:\Website\iGame.Crossgate\Views\Equipment\Index.cshtml"
                                                                 Write(item.Name);

#line default
#line hidden
                EndContext();
                BeginContext(2347, 235, true);
                WriteLiteral("</a>\r\n                                    <small class=\"badge badge-primary fs12\">LV 1</small>\r\n\r\n                                </h5>\r\n\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n");
                EndContext();
#line 68 "D:\Website\iGame.Crossgate\Views\Equipment\Index.cshtml"
                }

#line default
#line hidden
                BeginContext(2601, 98, true);
                WriteLiteral("\r\n\r\n\r\n            </div>\r\n        </section>\r\n        <section class=\"section mt-4\">\r\n            ");
                EndContext();
                BeginContext(2700, 34, false);
#line 75 "D:\Website\iGame.Crossgate\Views\Equipment\Index.cshtml"
       Write(Html.Partial("_Pagination", Model));

#line default
#line hidden
                EndContext();
                BeginContext(2734, 34, true);
                WriteLiteral("\r\n        </section>\r\n    </div>\r\n");
                EndContext();
            }
            );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "action", 1, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 6 "D:\Website\iGame.Crossgate\Views\Equipment\Index.cshtml"
AddHtmlAttributeValue("", 126, Url.Action("Index"), 126, 20, false);

#line default
#line hidden
            EndAddHtmlAttributeValues(__tagHelperExecutionContext);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_0.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
        }
        #pragma warning restore 1998
        [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
        public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
        [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
        public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
        [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
        public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
        [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
        public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
        [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
        public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<IEntityViewModel<Item>> Html { get; private set; }
    }
}
#pragma warning restore 1591