예제 #1
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(91, 59, true);
            WriteLiteral("    <article class=\"blog-post\">\r\n        <h1>\r\n            ");
            EndContext();
            BeginContext(151, 135, false);
#line 5 "B:\Sources\ExploreTunisia\Views\Shared\_Post.cshtml"
            Write(Html.ActionLink(Model.Title, "Post", "Blog",
                                  new { year = Model.Posted.Year, month = Model.Posted.Month, Key = Model.Key }));

#line default
#line hidden
            EndContext();
            BeginContext(286, 25, true);
            WriteLiteral("\r\n        </h1>\r\n    <h1>");
            EndContext();
            BeginContext(312, 11, false);
#line 8 "B:\Sources\ExploreTunisia\Views\Shared\_Post.cshtml"
            Write(Model.Title);

#line default
#line hidden
            EndContext();
            BeginContext(323, 55, true);
            WriteLiteral("</h1>\r\n    <div class=\"details\">\r\n        Posted <span>");
            EndContext();
            BeginContext(379, 35, false);
#line 10 "B:\Sources\ExploreTunisia\Views\Shared\_Post.cshtml"
            Write(Format.AsReadableDate(Model.Posted));

#line default
#line hidden
            EndContext();
            BeginContext(414, 17, true);
            WriteLiteral("</span> by <span>");
            EndContext();
            BeginContext(432, 12, false);
#line 10 "B:\Sources\ExploreTunisia\Views\Shared\_Post.cshtml"
            Write(Model.Author);

#line default
#line hidden
            EndContext();
            BeginContext(444, 56, true);
            WriteLiteral("</span>\r\n    </div>\r\n    <div class=\"content\">\r\n        ");
            EndContext();
            BeginContext(501, 10, false);
#line 13 "B:\Sources\ExploreTunisia\Views\Shared\_Post.cshtml"
            Write(Model.Body);

#line default
#line hidden
            EndContext();
            BeginContext(511, 24, true);
            WriteLiteral("\r\n    </div>\r\n</article>");
            EndContext();
        }
예제 #2
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(98, 49, true);
            WriteLiteral("\r\n<article class=\"blog-post\">\r\n    <h1>\r\n        ");
            EndContext();
            BeginContext(148, 146, false);
#line 6 "C:\Users\Bradley\Desktop\LinkedIn Learning\ASP.NET core MVC\Test\ExploreCalifornia\ExploreCalifornia\Views\Shared\_Post.cshtml"
            Write(Html.ActionLink(Model.Title, "Post", "Blog",
                                  new { year = Model.Posted.Year, month = Model.Posted.Month, key = Model.Key }
                                  ));

#line default
#line hidden
            EndContext();
            BeginContext(294, 61, true);
            WriteLiteral("\r\n    </h1>\r\n    <div class=\"details\">\r\n        Posted <span>");
            EndContext();
            BeginContext(356, 35, false);
#line 11 "C:\Users\Bradley\Desktop\LinkedIn Learning\ASP.NET core MVC\Test\ExploreCalifornia\ExploreCalifornia\Views\Shared\_Post.cshtml"
            Write(Format.AsReadableDate(Model.Posted));

#line default
#line hidden
            EndContext();
            BeginContext(391, 17, true);
            WriteLiteral("</span> by <span>");
            EndContext();
            BeginContext(409, 12, false);
#line 11 "C:\Users\Bradley\Desktop\LinkedIn Learning\ASP.NET core MVC\Test\ExploreCalifornia\ExploreCalifornia\Views\Shared\_Post.cshtml"
            Write(Model.Author);

#line default
#line hidden
            EndContext();
            BeginContext(421, 56, true);
            WriteLiteral("</span>\r\n    </div>\r\n    <div class=\"content\">\r\n        ");
            EndContext();
            BeginContext(478, 10, false);
#line 14 "C:\Users\Bradley\Desktop\LinkedIn Learning\ASP.NET core MVC\Test\ExploreCalifornia\ExploreCalifornia\Views\Shared\_Post.cshtml"
            Write(Model.Body);

#line default
#line hidden
            EndContext();
            BeginContext(488, 26, true);
            WriteLiteral("\r\n    </div>\r\n</article>\r\n");
            EndContext();
        }
예제 #3
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(97, 49, true);
            WriteLiteral("\r\n<article class=\"blog-post\">\r\n    <h1>\r\n        ");
            EndContext();
            BeginContext(147, 146, false);
#line 6 "C:\Personal\AspNetCore\Linkedin2\Ex_Files_ASPNET_CoreMVC_Upd\Exercise Files\Ch06\06_04_End\ExploreCalifornia\Views\Shared\_Post.cshtml"
            Write(Html.ActionLink(Model.Title, "Post", "Blog",
                                  new { year = Model.Posted.Year, month = Model.Posted.Month, key = Model.Key }
                                  ));

#line default
#line hidden
            EndContext();
            BeginContext(293, 61, true);
            WriteLiteral("\r\n    </h1>\r\n    <div class=\"details\">\r\n        Posted <span>");
            EndContext();
            BeginContext(355, 35, false);
#line 11 "C:\Personal\AspNetCore\Linkedin2\Ex_Files_ASPNET_CoreMVC_Upd\Exercise Files\Ch06\06_04_End\ExploreCalifornia\Views\Shared\_Post.cshtml"
            Write(Format.AsReadableDate(Model.Posted));

#line default
#line hidden
            EndContext();
            BeginContext(390, 17, true);
            WriteLiteral("</span> by <span>");
            EndContext();
            BeginContext(408, 12, false);
#line 11 "C:\Personal\AspNetCore\Linkedin2\Ex_Files_ASPNET_CoreMVC_Upd\Exercise Files\Ch06\06_04_End\ExploreCalifornia\Views\Shared\_Post.cshtml"
            Write(Model.Author);

#line default
#line hidden
            EndContext();
            BeginContext(420, 56, true);
            WriteLiteral("</span>\r\n    </div>\r\n    <div class=\"content\">\r\n        ");
            EndContext();
            BeginContext(477, 10, false);
#line 14 "C:\Personal\AspNetCore\Linkedin2\Ex_Files_ASPNET_CoreMVC_Upd\Exercise Files\Ch06\06_04_End\ExploreCalifornia\Views\Shared\_Post.cshtml"
            Write(Model.Body);

#line default
#line hidden
            EndContext();
            BeginContext(487, 24, true);
            WriteLiteral("\r\n    </div>\r\n</article>");
            EndContext();
        }
예제 #4
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(98, 50, true);
            WriteLiteral("\r\n<article class=\"blog-Model\">\r\n    <h1>\r\n        ");
            EndContext();
            BeginContext(149, 146, false);
#line 6 "C:\Users\Hector\source\repos\ExploreCalifornia\ExploreCalifornia\Views\Shared\_Post.cshtml"
            Write(Html.ActionLink(Model.Title, "Post", "Blog",
                                  new { year = Model.Posted.Year, month = Model.Posted.Month, key = Model.Key }
                                  ));

#line default
#line hidden
            EndContext();
            BeginContext(295, 61, true);
            WriteLiteral("\r\n    </h1>\r\n    <div class=\"details\">\r\n        Posted <span>");
            EndContext();
            BeginContext(357, 35, false);
#line 11 "C:\Users\Hector\source\repos\ExploreCalifornia\ExploreCalifornia\Views\Shared\_Post.cshtml"
            Write(Format.AsReadableDate(Model.Posted));

#line default
#line hidden
            EndContext();
            BeginContext(392, 17, true);
            WriteLiteral("</span> by <span>");
            EndContext();
            BeginContext(410, 12, false);
#line 11 "C:\Users\Hector\source\repos\ExploreCalifornia\ExploreCalifornia\Views\Shared\_Post.cshtml"
            Write(Model.Author);

#line default
#line hidden
            EndContext();
            BeginContext(422, 56, true);
            WriteLiteral("</span>\r\n    </div>\r\n    <div class=\"content\">\r\n        ");
            EndContext();
            BeginContext(479, 10, false);
#line 14 "C:\Users\Hector\source\repos\ExploreCalifornia\ExploreCalifornia\Views\Shared\_Post.cshtml"
            Write(Model.Body);

#line default
#line hidden
            EndContext();
            BeginContext(489, 24, true);
            WriteLiteral("\r\n    </div>\r\n</article>");
            EndContext();
        }
예제 #5
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(101, 49, true);
            WriteLiteral("\r\n<article class=\"blog-post\">\r\n    <h1>\r\n        ");
            EndContext();
            BeginContext(151, 133, false);
#line 6 "C:\Users\Dinh Luong\Downloads\GitHub\CECS475\ExploreCalifornia57\ExploreCalifornia57\Views\Shared\_Post.cshtml"
            Write(Html.ActionLink(Model.Title57, "Post", "Blog57",
                                  new { year = Model.Posted57.Year, month = Model.Posted57.Month, key = Model.Key57 }));

#line default
#line hidden
            EndContext();
            BeginContext(284, 63, true);
            WriteLiteral("\r\n\r\n    </h1>\r\n    <div class=\"details\">\r\n        Posted <span>");
            EndContext();
            BeginContext(348, 37, false);
#line 11 "C:\Users\Dinh Luong\Downloads\GitHub\CECS475\ExploreCalifornia57\ExploreCalifornia57\Views\Shared\_Post.cshtml"
            Write(Format.AsReadableDate(Model.Posted57));

#line default
#line hidden
            EndContext();
            BeginContext(385, 17, true);
            WriteLiteral("</span> by <span>");
            EndContext();
            BeginContext(403, 14, false);
#line 11 "C:\Users\Dinh Luong\Downloads\GitHub\CECS475\ExploreCalifornia57\ExploreCalifornia57\Views\Shared\_Post.cshtml"
            Write(Model.Author57);

#line default
#line hidden
            EndContext();
            BeginContext(417, 56, true);
            WriteLiteral("</span>\r\n    </div>\r\n    <div class=\"content\">\r\n        ");
            EndContext();
            BeginContext(474, 12, false);
#line 14 "C:\Users\Dinh Luong\Downloads\GitHub\CECS475\ExploreCalifornia57\ExploreCalifornia57\Views\Shared\_Post.cshtml"
            Write(Model.Body57);

#line default
#line hidden
            EndContext();
            BeginContext(486, 30, true);
            WriteLiteral("\r\n    </div>\r\n</article>\r\n\r\n\r\n");
            EndContext();
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(97, 39, true);
            WriteLiteral("\r\n<article class=\"blog-post\">\r\n    <h1>");
            EndContext();
            BeginContext(137, 123, false);
#line 5 "C:\Users\40830\Documents\git\Learning-dot-net\ExploreCalifornia\ExploreCalifornia\Views\Shared\_Post.cshtml"
            Write(Html.ActionLink(Model.Title, "Post", "Blog", new { year = Model.Posted.Year, month = Model.Posted.Month, key = Model.Key }));

#line default
#line hidden
            EndContext();
            BeginContext(260, 55, true);
            WriteLiteral("</h1>\r\n    <div class=\"details\">\r\n        Posted <span>");
            EndContext();
            BeginContext(316, 36, false);
#line 7 "C:\Users\40830\Documents\git\Learning-dot-net\ExploreCalifornia\ExploreCalifornia\Views\Shared\_Post.cshtml"
            Write(Format.AsReadableDate(@Model.Posted));

#line default
#line hidden
            EndContext();
            BeginContext(352, 18, true);
            WriteLiteral("</span> by <span> ");
            EndContext();
            BeginContext(371, 12, false);
#line 7 "C:\Users\40830\Documents\git\Learning-dot-net\ExploreCalifornia\ExploreCalifornia\Views\Shared\_Post.cshtml"
            Write(Model.Author);

#line default
#line hidden
            EndContext();
            BeginContext(383, 56, true);
            WriteLiteral("</span>\r\n    </div>\r\n    <div class=\"content\">\r\n        ");
            EndContext();
            BeginContext(440, 10, false);
#line 10 "C:\Users\40830\Documents\git\Learning-dot-net\ExploreCalifornia\ExploreCalifornia\Views\Shared\_Post.cshtml"
            Write(Model.Body);

#line default
#line hidden
            EndContext();
            BeginContext(450, 24, true);
            WriteLiteral("\r\n    </div>\r\n</article>");
            EndContext();
        }