1

如何创建令牌“#!” 在 asp.net mvc 中?

如何创建 html 快照?

我已经阅读了谷歌文档,他们谈论通过 www.example.com/ajax.html#key=value 创建“向爬虫表明您的网站支持 AJAX 爬虫方案”以更改 www.example.com/ajax.html#!键=值。

但在 asp.net mvc 4 中,我无法创建“#!” 因为当我使用@Ajax.ActionLink("link text", "controller", new { attribute router here },new AjaxOptions{ HttpMethod="GET", InsertionMode= InsertionMode.Replace, UpdateTargetId ="id to add function of ajax" })。所以它产生“action/?key=valuer”不像我预期的“action/#!key=value”

所以有人帮助我。当我单击文本和 ajax 函数执行时,我想在 ajax 函数执行时搜索 Google 抓取链接

什么是 html 快照,这是在我执行 ajax 函数后创建的(单击文本和 ajax 函数执行 gernater hmtl 到 UpdattagetId(我在 asp mvc 中编码)。所以我不能用现有的代码更改任何东西:Ajax.actionlink( ...) 并生成 html 到 UpdatetargetId)

4

0 回答 0