{"id":275,"date":"2017-09-05T23:50:59","date_gmt":"2017-09-05T14:50:59","guid":{"rendered":"http:\/\/reasty.net\/?p=275"},"modified":"2017-09-05T23:50:59","modified_gmt":"2017-09-05T14:50:59","slug":"29%ec%9e%a5-%ed%83%9c%ea%b7%b8-%ed%97%ac%ed%8d%bc","status":"publish","type":"post","link":"https:\/\/reasty.net\/?p=275","title":{"rendered":"29\uc7a5 \ud0dc\uadf8 \ud5ec\ud37c"},"content":{"rendered":"<h1>29. \ud0dc\uadf8 \ud5ec\ud37c<\/h1>\n<ul>\n<li>C# \ucf54\ub4dc \ud615\uc2dd\uc758 \ud5ec\ud37c \uba54\uc11c\ub4dc \ubc29\uc2dd\n<pre class=\"lang:xhtml decode:true\">@Html.LabelFor(m =&gt; m.Name, new { @class = \"cal-md-2 control-label\" })<\/pre>\n<\/li>\n<li>HTML \uce5c\ud654\uc801\uc778 \ud0dc\uadf8 \ud5ec\ud37c \ubc29\uc2dd\n<pre class=\"lang:xhtml decode:true \">&lt;label asp-for=\"Name\" class=\"col-md-2 control-label\"&gt;&lt;\/label&gt;<\/pre>\n<p>&nbsp;<\/li>\n<\/ul>\n<p>\uc811\ub450\uc0ac <em><strong>asp-<\/strong><\/em> \ub85c \uc2dc\uc791\ud558\ub294 \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc73c\ub85c \uc0ac\uc6a9\ub418\uc5b4 \uc9c4\ub2e4.<br \/>\nHtml\uc5d0\uc11c \uac04\ub2e8\ud558\uac8c \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\uc5ec \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5\ud558\uae30 \uc27d\uace0, \uae30\uc874 \ud0dc\uadf8 \ud615\uc2dd\uc744 \uc0ac\uc6a9\ud574 HTML \uc5d0\ub514\ud130\uc5d0\uc11c \uc6d0\ud65c\ud558\uac8c \uc791\uc5c5\ud560 \uc218 \uc788\ub2e4.<\/p>\n<blockquote>\n<h2><strong>ASP.NET Core\uc5d0\uc11c \uac00\uc7a5 \uc911\uc694\ud558\ub2e4.<\/strong><\/h2>\n<\/blockquote>\n<h1>29.1. \ub0b4\uc7a5\ub41c \ud0dc\uadf8 \ud5ec\ud37c<\/h1>\n<p>Razor \ubdf0 \ud398\uc774\uc9c0\uc5d0 \ud0dc\uadf8 \ud5ec\ud37c\ub97c \ucd94\uac00\ud558\ub824\uba74 <em><strong>addTagHelper<\/strong><\/em> \ud0a4\uc6cc\ub4dc\ub97c \uc0ac\uc6a9\ud55c\ub2e4.<br \/>\n\uc77c\ubc18\uc801\uc73c\ub85c Views \ud3f4\ub354\uc758 _ViewImports.cshtml \ud30c\uc77c\uc5d0\uc11c \uad00\ub9ac\ud55c\ub2e4.<\/p>\n<p>\ub0b4\uc7a5\ub41c \ud0dc\uadf8 \ud5ec\ud37c\uc758 \uc8fc\uc694 \ub9ac\uc2a4\ud2b8<\/p>\n<ul>\n<li>\ub9c1\ud06c \ud0dc\uadf8 \ud5ec\ud37c\u00a0\u00a0: <em>&lt;a asp-action=&#8221;Index&#8221; asp-controller=&#8221;Home&#8221;&gt;Home&lt;\/a&gt;<\/em><\/li>\n<li>\ud3fc \ud0dc\uadf8 \ud5ec\ud37c \u00a0\u00a0: <em>&lt;form asp-action=&#8221;Create&#8221; asp-controller=&#8221;Board&#8221;&gt;&lt;\/form&gt;<\/em><\/li>\n<li>\ub808\uc774\ube14 \ud0dc\uadf8 \ud5ec\ud37c\u00a0: <em>&lt;label asp-for=&#8221;Name&#8221;&gt;&lt;\/label&gt;<\/em><\/li>\n<li>TextArea \ud0dc\uadf8 \ud5ec\ud37c\u00a0: <em>&lt;textarea asp-for=&#8221;Content&#8221;&gt;&lt;\/textarea&gt;<\/em><\/li>\n<li>Select \ud0dc\uadf8 \ud5ec\ud37c\u00a0: <em>&lt;select asp-for=&#8221;Encoding&#8221; asp-items=&#8221;EncodingLists&#8221;&gt;&lt;\/select&gt;<\/em>\n<pre class=\"lang:xhtml decode:true \">&lt;select asp-for=\"Encoding\" asp-items=\"@Html.GetEnumSelectList(tyoeof(EnumType))\"&gt;&lt;\/select&gt;<\/pre>\n<\/li>\n<li>\uc720\ud6a8\uc131 \uac80\uc0ac \ud0dc\uadf8 \ud5ec\ud37c\u00a0: <em>&lt;span asp-validation-for=&#8221;Title&#8221;&gt;&lt;\/span&gt;<\/em><\/li>\n<li>Enviroment \ud0dc\uadf8 \ud5ec\ud37c\u00a0: \uac1c\ubc1c \ud658\uacbd\uacfc \ubc30\ud3ec \ud658\uacbd\uc5d0 \ub530\ub77c \ub2e4\ub978 \uae30\ub2a5 \uad6c\ud604\n<pre class=\"lang:xhtml decode:true \">&lt;enviroment names=\"Development\"&gt;&lt;\/enviroment&gt;\n&lt;enviroment names=\"Staging, Production\"&gt;&lt;\/enviroment&gt;<\/pre>\n<\/li>\n<li>Cache \ud0dc\uadf8 \ud5ec\ud37c\u00a0\u00a0: \ud2b9\uc815 \uc2dc\uc810\uae4c\uc9c0 \uce90\uc2f1 \uae30\ub2a5\uc744 \uc801\uc6a9\u00a0: <em>&lt;cache vary-by-user=&#8221;true&#8221;&gt;&lt;\/cache&gt;<\/em><\/li>\n<li>\uadf8 \uc678 \uc720\uc6a9\ud55c \ud0dc\uadf8 \ud5ec\ud37c\n<ul>\n<li>Link \ud0dc\uadf8 \ud5ec\ud37c\u00a0: css \ud3f4\ub354\uc758 \ubaa8\ub4e0 css \ud30c\uc77c\uc744 \uc77d\uc5b4\uc11c \ud55c\ubc88\uc5d0 link \ud0dc\uadf8\ub85c \ub9cc\ub4e4\uc5b4 \uc900\ub2e4.<br \/>\n: <em>&lt;link asp-href-include=&#8221;~\/css\/*.css&#8221; rel=&#8221;stylesheet&#8221; \/&gt;<\/em><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>29. \ud0dc\uadf8 \ud5ec\ud37c C# \ucf54\ub4dc \ud615\uc2dd\uc758 \ud5ec\ud37c \uba54\uc11c\ub4dc \ubc29\uc2dd @Html.LabelFor(m =&gt; m.Name, new { @class = &#8220;cal-md-2 control-label&#8221; }) HTML \uce5c\ud654\uc801\uc778 \ud0dc\uadf8 \ud5ec\ud37c \ubc29\uc2dd &lt;label asp-for=&#8221;Name&#8221; class=&#8221;col-md-2 control-label&#8221;&gt;&lt;\/label&gt; &nbsp; \uc811\ub450\uc0ac asp- \ub85c \uc2dc\uc791\ud558\ub294 \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc73c\ub85c \uc0ac\uc6a9\ub418\uc5b4 \uc9c4\ub2e4. Html\uc5d0\uc11c \uac04\ub2e8\ud558\uac8c \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\uc5ec \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5\ud558\uae30 \uc27d\uace0, \uae30\uc874 \ud0dc\uadf8 \ud615\uc2dd\uc744 \uc0ac\uc6a9\ud574 HTML \uc5d0\ub514\ud130\uc5d0\uc11c \uc6d0\ud65c\ud558\uac8c \uc791\uc5c5\ud560 \uc218 \uc788\ub2e4. ASP.NET Core\uc5d0\uc11c \uac00\uc7a5 \uc911\uc694\ud558\ub2e4. 29.1. \ub0b4\uc7a5\ub41c&#8230; <a href=\"https:\/\/reasty.net\/?p=275\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[13,14],"tags":[18,19,21],"class_list":["post-275","post","type-post","status-publish","format-standard","hentry","category-asp-net-core","category-asp-net-core-net","tag-asp-net-core","tag-asp-net-korea-study-group","tag-c"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"29. \ud0dc\uadf8 \ud5ec\ud37c C# \ucf54\ub4dc \ud615\uc2dd\uc758 \ud5ec\ud37c \uba54\uc11c\ub4dc \ubc29\uc2dd @Html.LabelFor(m =&gt; m.Name, new { @class = &quot;cal-md-2 control-label&quot; }) HTML \uce5c\ud654\uc801\uc778 \ud0dc\uadf8 \ud5ec\ud37c \ubc29\uc2dd \uc811\ub450\uc0ac asp- \ub85c \uc2dc\uc791\ud558\ub294 \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc73c\ub85c \uc0ac\uc6a9\ub418\uc5b4 \uc9c4\ub2e4. Html\uc5d0\uc11c \uac04\ub2e8\ud558\uac8c \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\uc5ec \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5\ud558\uae30 \uc27d\uace0, \uae30\uc874 \ud0dc\uadf8 \ud615\uc2dd\uc744 \uc0ac\uc6a9\ud574 HTML \uc5d0\ub514\ud130\uc5d0\uc11c \uc6d0\ud65c\ud558\uac8c \uc791\uc5c5\ud560 \uc218 \uc788\ub2e4. ASP.NET\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Reasty\"\/>\n\t<meta name=\"google-site-verification\" content=\"jcPlHP_CH1l7BsKhhCYbJmc3sJMEMI_aCypCiUfTjdw\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/reasty.net\/?p=275\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"ko_KR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Reasty&#039;s Programming Memories - \ub808\uc2a4\ud2f0\uc758 \ud504\ub85c\uadf8\ub798\ubc0d \ub178\ud558\uc6b0 \ub178\uc6e8\uc5b4\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"29\uc7a5 \ud0dc\uadf8 \ud5ec\ud37c - Reasty&#039;s Programming Memories\" \/>\n\t\t<meta property=\"og:description\" content=\"29. \ud0dc\uadf8 \ud5ec\ud37c C# \ucf54\ub4dc \ud615\uc2dd\uc758 \ud5ec\ud37c \uba54\uc11c\ub4dc \ubc29\uc2dd @Html.LabelFor(m =&gt; m.Name, new { @class = &quot;cal-md-2 control-label&quot; }) HTML \uce5c\ud654\uc801\uc778 \ud0dc\uadf8 \ud5ec\ud37c \ubc29\uc2dd \uc811\ub450\uc0ac asp- \ub85c \uc2dc\uc791\ud558\ub294 \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc73c\ub85c \uc0ac\uc6a9\ub418\uc5b4 \uc9c4\ub2e4. Html\uc5d0\uc11c \uac04\ub2e8\ud558\uac8c \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\uc5ec \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5\ud558\uae30 \uc27d\uace0, \uae30\uc874 \ud0dc\uadf8 \ud615\uc2dd\uc744 \uc0ac\uc6a9\ud574 HTML \uc5d0\ub514\ud130\uc5d0\uc11c \uc6d0\ud65c\ud558\uac8c \uc791\uc5c5\ud560 \uc218 \uc788\ub2e4. ASP.NET\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/reasty.net\/?p=275\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2017-09-05T14:50:59+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2017-09-05T14:50:59+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/reastykim\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@reastykim\" \/>\n\t\t<meta name=\"twitter:title\" content=\"29\uc7a5 \ud0dc\uadf8 \ud5ec\ud37c - Reasty&#039;s Programming Memories\" \/>\n\t\t<meta name=\"twitter:description\" content=\"29. \ud0dc\uadf8 \ud5ec\ud37c C# \ucf54\ub4dc \ud615\uc2dd\uc758 \ud5ec\ud37c \uba54\uc11c\ub4dc \ubc29\uc2dd @Html.LabelFor(m =&gt; m.Name, new { @class = &quot;cal-md-2 control-label&quot; }) HTML \uce5c\ud654\uc801\uc778 \ud0dc\uadf8 \ud5ec\ud37c \ubc29\uc2dd \uc811\ub450\uc0ac asp- \ub85c \uc2dc\uc791\ud558\ub294 \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc73c\ub85c \uc0ac\uc6a9\ub418\uc5b4 \uc9c4\ub2e4. Html\uc5d0\uc11c \uac04\ub2e8\ud558\uac8c \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\uc5ec \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5\ud558\uae30 \uc27d\uace0, \uae30\uc874 \ud0dc\uadf8 \ud615\uc2dd\uc744 \uc0ac\uc6a9\ud574 HTML \uc5d0\ub514\ud130\uc5d0\uc11c \uc6d0\ud65c\ud558\uac8c \uc791\uc5c5\ud560 \uc218 \uc788\ub2e4. ASP.NET\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@reastykim\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/reasty.net\\\/?p=275#blogposting\",\"name\":\"29\\uc7a5 \\ud0dc\\uadf8 \\ud5ec\\ud37c - Reasty's Programming Memories\",\"headline\":\"29\\uc7a5 \\ud0dc\\uadf8 \\ud5ec\\ud37c\",\"author\":{\"@id\":\"https:\\\/\\\/reasty.net\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/reasty.net\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/reasty.net\\\/?p=275#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5b441925fb88cfa3ff962d797c048671a3ef20a01d85a4de1feadc32d00b2d89?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Reasty\"},\"datePublished\":\"2017-09-05T23:50:59+09:00\",\"dateModified\":\"2017-09-05T23:50:59+09:00\",\"inLanguage\":\"ko-KR\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/reasty.net\\\/?p=275#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/reasty.net\\\/?p=275#webpage\"},\"articleSection\":\"ASP.NET Core, ASP.NET Core, ASP.NET Core, ASP.NET Korea Study Group, C#\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/reasty.net\\\/?p=275#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/reasty.net#listItem\",\"position\":1,\"name\":\"\\ud648\",\"item\":\"https:\\\/\\\/reasty.net\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/reasty.net\\\/?cat=9#listItem\",\"name\":\"Study\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/reasty.net\\\/?cat=9#listItem\",\"position\":2,\"name\":\"Study\",\"item\":\"https:\\\/\\\/reasty.net\\\/?cat=9\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/reasty.net\\\/?cat=13#listItem\",\"name\":\"ASP.NET Core\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/reasty.net#listItem\",\"name\":\"\\ud648\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/reasty.net\\\/?cat=13#listItem\",\"position\":3,\"name\":\"ASP.NET Core\",\"item\":\"https:\\\/\\\/reasty.net\\\/?cat=13\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/reasty.net\\\/?p=275#listItem\",\"name\":\"29\\uc7a5 \\ud0dc\\uadf8 \\ud5ec\\ud37c\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/reasty.net\\\/?cat=9#listItem\",\"name\":\"Study\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/reasty.net\\\/?p=275#listItem\",\"position\":4,\"name\":\"29\\uc7a5 \\ud0dc\\uadf8 \\ud5ec\\ud37c\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/reasty.net\\\/?cat=13#listItem\",\"name\":\"ASP.NET Core\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/reasty.net\\\/#person\",\"name\":\"Reasty\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/reasty.net\\\/?p=275#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5b441925fb88cfa3ff962d797c048671a3ef20a01d85a4de1feadc32d00b2d89?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Reasty\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/reasty.net\\\/?author=1#author\",\"url\":\"https:\\\/\\\/reasty.net\\\/?author=1\",\"name\":\"Reasty\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/reasty.net\\\/?p=275#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5b441925fb88cfa3ff962d797c048671a3ef20a01d85a4de1feadc32d00b2d89?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Reasty\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/reasty.net\\\/?p=275#webpage\",\"url\":\"https:\\\/\\\/reasty.net\\\/?p=275\",\"name\":\"29\\uc7a5 \\ud0dc\\uadf8 \\ud5ec\\ud37c - Reasty's Programming Memories\",\"description\":\"29. \\ud0dc\\uadf8 \\ud5ec\\ud37c C# \\ucf54\\ub4dc \\ud615\\uc2dd\\uc758 \\ud5ec\\ud37c \\uba54\\uc11c\\ub4dc \\ubc29\\uc2dd @Html.LabelFor(m => m.Name, new { @class = \\\"cal-md-2 control-label\\\" }) HTML \\uce5c\\ud654\\uc801\\uc778 \\ud0dc\\uadf8 \\ud5ec\\ud37c \\ubc29\\uc2dd \\uc811\\ub450\\uc0ac asp- \\ub85c \\uc2dc\\uc791\\ud558\\ub294 \\uc5b4\\ud2b8\\ub9ac\\ubdf0\\ud2b8\\ub97c \\ucd94\\uac00\\ud558\\ub294 \\ubc29\\ubc95\\uc73c\\ub85c \\uc0ac\\uc6a9\\ub418\\uc5b4 \\uc9c4\\ub2e4. Html\\uc5d0\\uc11c \\uac04\\ub2e8\\ud558\\uac8c \\uc5b4\\ud2b8\\ub9ac\\ubdf0\\ud2b8\\ub97c \\ucd94\\uac00\\ud558\\uc5ec \\ucee4\\uc2a4\\ud130\\ub9c8\\uc774\\uc9d5\\ud558\\uae30 \\uc27d\\uace0, \\uae30\\uc874 \\ud0dc\\uadf8 \\ud615\\uc2dd\\uc744 \\uc0ac\\uc6a9\\ud574 HTML \\uc5d0\\ub514\\ud130\\uc5d0\\uc11c \\uc6d0\\ud65c\\ud558\\uac8c \\uc791\\uc5c5\\ud560 \\uc218 \\uc788\\ub2e4. ASP.NET\",\"inLanguage\":\"ko-KR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/reasty.net\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/reasty.net\\\/?p=275#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/reasty.net\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/reasty.net\\\/?author=1#author\"},\"datePublished\":\"2017-09-05T23:50:59+09:00\",\"dateModified\":\"2017-09-05T23:50:59+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/reasty.net\\\/#website\",\"url\":\"https:\\\/\\\/reasty.net\\\/\",\"name\":\"Reasty's Programming Memories\",\"description\":\"\\ub808\\uc2a4\\ud2f0\\uc758 \\ud504\\ub85c\\uadf8\\ub798\\ubc0d \\ub178\\ud558\\uc6b0 \\ub178\\uc6e8\\uc5b4\",\"inLanguage\":\"ko-KR\",\"publisher\":{\"@id\":\"https:\\\/\\\/reasty.net\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"29\uc7a5 \ud0dc\uadf8 \ud5ec\ud37c - Reasty's Programming Memories","description":"29. \ud0dc\uadf8 \ud5ec\ud37c C# \ucf54\ub4dc \ud615\uc2dd\uc758 \ud5ec\ud37c \uba54\uc11c\ub4dc \ubc29\uc2dd @Html.LabelFor(m => m.Name, new { @class = \"cal-md-2 control-label\" }) HTML \uce5c\ud654\uc801\uc778 \ud0dc\uadf8 \ud5ec\ud37c \ubc29\uc2dd \uc811\ub450\uc0ac asp- \ub85c \uc2dc\uc791\ud558\ub294 \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc73c\ub85c \uc0ac\uc6a9\ub418\uc5b4 \uc9c4\ub2e4. Html\uc5d0\uc11c \uac04\ub2e8\ud558\uac8c \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\uc5ec \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5\ud558\uae30 \uc27d\uace0, \uae30\uc874 \ud0dc\uadf8 \ud615\uc2dd\uc744 \uc0ac\uc6a9\ud574 HTML \uc5d0\ub514\ud130\uc5d0\uc11c \uc6d0\ud65c\ud558\uac8c \uc791\uc5c5\ud560 \uc218 \uc788\ub2e4. ASP.NET","canonical_url":"https:\/\/reasty.net\/?p=275","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"jcPlHP_CH1l7BsKhhCYbJmc3sJMEMI_aCypCiUfTjdw","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/reasty.net\/?p=275#blogposting","name":"29\uc7a5 \ud0dc\uadf8 \ud5ec\ud37c - Reasty's Programming Memories","headline":"29\uc7a5 \ud0dc\uadf8 \ud5ec\ud37c","author":{"@id":"https:\/\/reasty.net\/?author=1#author"},"publisher":{"@id":"https:\/\/reasty.net\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/reasty.net\/?p=275#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/5b441925fb88cfa3ff962d797c048671a3ef20a01d85a4de1feadc32d00b2d89?s=96&d=mm&r=g","width":96,"height":96,"caption":"Reasty"},"datePublished":"2017-09-05T23:50:59+09:00","dateModified":"2017-09-05T23:50:59+09:00","inLanguage":"ko-KR","mainEntityOfPage":{"@id":"https:\/\/reasty.net\/?p=275#webpage"},"isPartOf":{"@id":"https:\/\/reasty.net\/?p=275#webpage"},"articleSection":"ASP.NET Core, ASP.NET Core, ASP.NET Core, ASP.NET Korea Study Group, C#"},{"@type":"BreadcrumbList","@id":"https:\/\/reasty.net\/?p=275#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/reasty.net#listItem","position":1,"name":"\ud648","item":"https:\/\/reasty.net","nextItem":{"@type":"ListItem","@id":"https:\/\/reasty.net\/?cat=9#listItem","name":"Study"}},{"@type":"ListItem","@id":"https:\/\/reasty.net\/?cat=9#listItem","position":2,"name":"Study","item":"https:\/\/reasty.net\/?cat=9","nextItem":{"@type":"ListItem","@id":"https:\/\/reasty.net\/?cat=13#listItem","name":"ASP.NET Core"},"previousItem":{"@type":"ListItem","@id":"https:\/\/reasty.net#listItem","name":"\ud648"}},{"@type":"ListItem","@id":"https:\/\/reasty.net\/?cat=13#listItem","position":3,"name":"ASP.NET Core","item":"https:\/\/reasty.net\/?cat=13","nextItem":{"@type":"ListItem","@id":"https:\/\/reasty.net\/?p=275#listItem","name":"29\uc7a5 \ud0dc\uadf8 \ud5ec\ud37c"},"previousItem":{"@type":"ListItem","@id":"https:\/\/reasty.net\/?cat=9#listItem","name":"Study"}},{"@type":"ListItem","@id":"https:\/\/reasty.net\/?p=275#listItem","position":4,"name":"29\uc7a5 \ud0dc\uadf8 \ud5ec\ud37c","previousItem":{"@type":"ListItem","@id":"https:\/\/reasty.net\/?cat=13#listItem","name":"ASP.NET Core"}}]},{"@type":"Person","@id":"https:\/\/reasty.net\/#person","name":"Reasty","image":{"@type":"ImageObject","@id":"https:\/\/reasty.net\/?p=275#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/5b441925fb88cfa3ff962d797c048671a3ef20a01d85a4de1feadc32d00b2d89?s=96&d=mm&r=g","width":96,"height":96,"caption":"Reasty"}},{"@type":"Person","@id":"https:\/\/reasty.net\/?author=1#author","url":"https:\/\/reasty.net\/?author=1","name":"Reasty","image":{"@type":"ImageObject","@id":"https:\/\/reasty.net\/?p=275#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/5b441925fb88cfa3ff962d797c048671a3ef20a01d85a4de1feadc32d00b2d89?s=96&d=mm&r=g","width":96,"height":96,"caption":"Reasty"}},{"@type":"WebPage","@id":"https:\/\/reasty.net\/?p=275#webpage","url":"https:\/\/reasty.net\/?p=275","name":"29\uc7a5 \ud0dc\uadf8 \ud5ec\ud37c - Reasty's Programming Memories","description":"29. \ud0dc\uadf8 \ud5ec\ud37c C# \ucf54\ub4dc \ud615\uc2dd\uc758 \ud5ec\ud37c \uba54\uc11c\ub4dc \ubc29\uc2dd @Html.LabelFor(m => m.Name, new { @class = \"cal-md-2 control-label\" }) HTML \uce5c\ud654\uc801\uc778 \ud0dc\uadf8 \ud5ec\ud37c \ubc29\uc2dd \uc811\ub450\uc0ac asp- \ub85c \uc2dc\uc791\ud558\ub294 \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc73c\ub85c \uc0ac\uc6a9\ub418\uc5b4 \uc9c4\ub2e4. Html\uc5d0\uc11c \uac04\ub2e8\ud558\uac8c \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\uc5ec \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5\ud558\uae30 \uc27d\uace0, \uae30\uc874 \ud0dc\uadf8 \ud615\uc2dd\uc744 \uc0ac\uc6a9\ud574 HTML \uc5d0\ub514\ud130\uc5d0\uc11c \uc6d0\ud65c\ud558\uac8c \uc791\uc5c5\ud560 \uc218 \uc788\ub2e4. ASP.NET","inLanguage":"ko-KR","isPartOf":{"@id":"https:\/\/reasty.net\/#website"},"breadcrumb":{"@id":"https:\/\/reasty.net\/?p=275#breadcrumblist"},"author":{"@id":"https:\/\/reasty.net\/?author=1#author"},"creator":{"@id":"https:\/\/reasty.net\/?author=1#author"},"datePublished":"2017-09-05T23:50:59+09:00","dateModified":"2017-09-05T23:50:59+09:00"},{"@type":"WebSite","@id":"https:\/\/reasty.net\/#website","url":"https:\/\/reasty.net\/","name":"Reasty's Programming Memories","description":"\ub808\uc2a4\ud2f0\uc758 \ud504\ub85c\uadf8\ub798\ubc0d \ub178\ud558\uc6b0 \ub178\uc6e8\uc5b4","inLanguage":"ko-KR","publisher":{"@id":"https:\/\/reasty.net\/#person"}}]},"og:locale":"ko_KR","og:site_name":"Reasty's Programming Memories - \ub808\uc2a4\ud2f0\uc758 \ud504\ub85c\uadf8\ub798\ubc0d \ub178\ud558\uc6b0 \ub178\uc6e8\uc5b4","og:type":"article","og:title":"29\uc7a5 \ud0dc\uadf8 \ud5ec\ud37c - Reasty's Programming Memories","og:description":"29. \ud0dc\uadf8 \ud5ec\ud37c C# \ucf54\ub4dc \ud615\uc2dd\uc758 \ud5ec\ud37c \uba54\uc11c\ub4dc \ubc29\uc2dd @Html.LabelFor(m =&gt; m.Name, new { @class = &quot;cal-md-2 control-label&quot; }) HTML \uce5c\ud654\uc801\uc778 \ud0dc\uadf8 \ud5ec\ud37c \ubc29\uc2dd \uc811\ub450\uc0ac asp- \ub85c \uc2dc\uc791\ud558\ub294 \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc73c\ub85c \uc0ac\uc6a9\ub418\uc5b4 \uc9c4\ub2e4. Html\uc5d0\uc11c \uac04\ub2e8\ud558\uac8c \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\uc5ec \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5\ud558\uae30 \uc27d\uace0, \uae30\uc874 \ud0dc\uadf8 \ud615\uc2dd\uc744 \uc0ac\uc6a9\ud574 HTML \uc5d0\ub514\ud130\uc5d0\uc11c \uc6d0\ud65c\ud558\uac8c \uc791\uc5c5\ud560 \uc218 \uc788\ub2e4. ASP.NET","og:url":"https:\/\/reasty.net\/?p=275","article:published_time":"2017-09-05T14:50:59+00:00","article:modified_time":"2017-09-05T14:50:59+00:00","article:publisher":"https:\/\/facebook.com\/reastykim","twitter:card":"summary_large_image","twitter:site":"@reastykim","twitter:title":"29\uc7a5 \ud0dc\uadf8 \ud5ec\ud37c - Reasty's Programming Memories","twitter:description":"29. \ud0dc\uadf8 \ud5ec\ud37c C# \ucf54\ub4dc \ud615\uc2dd\uc758 \ud5ec\ud37c \uba54\uc11c\ub4dc \ubc29\uc2dd @Html.LabelFor(m =&gt; m.Name, new { @class = &quot;cal-md-2 control-label&quot; }) HTML \uce5c\ud654\uc801\uc778 \ud0dc\uadf8 \ud5ec\ud37c \ubc29\uc2dd \uc811\ub450\uc0ac asp- \ub85c \uc2dc\uc791\ud558\ub294 \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc73c\ub85c \uc0ac\uc6a9\ub418\uc5b4 \uc9c4\ub2e4. Html\uc5d0\uc11c \uac04\ub2e8\ud558\uac8c \uc5b4\ud2b8\ub9ac\ubdf0\ud2b8\ub97c \ucd94\uac00\ud558\uc5ec \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5\ud558\uae30 \uc27d\uace0, \uae30\uc874 \ud0dc\uadf8 \ud615\uc2dd\uc744 \uc0ac\uc6a9\ud574 HTML \uc5d0\ub514\ud130\uc5d0\uc11c \uc6d0\ud65c\ud558\uac8c \uc791\uc5c5\ud560 \uc218 \uc788\ub2e4. ASP.NET","twitter:creator":"@reastykim"},"aioseo_meta_data":{"post_id":"275","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2024-08-10 04:57:23","updated":"2025-06-04 03:14:52","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/reasty.net\" title=\"\ud648\">\ud648<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/reasty.net\/?cat=9\" title=\"Study\">Study<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/reasty.net\/?cat=13\" title=\"ASP.NET Core\">ASP.NET Core<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t29\uc7a5 \ud0dc\uadf8 \ud5ec\ud37c\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"\ud648","link":"https:\/\/reasty.net"},{"label":"Study","link":"https:\/\/reasty.net\/?cat=9"},{"label":"ASP.NET Core","link":"https:\/\/reasty.net\/?cat=13"},{"label":"29\uc7a5 \ud0dc\uadf8 \ud5ec\ud37c","link":"https:\/\/reasty.net\/?p=275"}],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/reasty.net\/index.php?rest_route=\/wp\/v2\/posts\/275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reasty.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/reasty.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/reasty.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/reasty.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=275"}],"version-history":[{"count":0,"href":"https:\/\/reasty.net\/index.php?rest_route=\/wp\/v2\/posts\/275\/revisions"}],"wp:attachment":[{"href":"https:\/\/reasty.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=275"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/reasty.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=275"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/reasty.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}