私はかみそりのページに以下のリンクがあります:
@Html.ActionLink("Create New Profile", "Create", "Profile", new { @class="toplink" })
以下に示すように、ビューページのソースに表示されます。
<a href="/admin/profile/create?length=7" class="toplink">Create New Profile</a>
リンクをクリックすると、URLは次のようになります。
http://localhost:54876/admin/profile/create?length=7
欲しくない?length=7
。なぜこれが自動生成されるのですか?