1

网址请求:

http://localhost:1430/Home/TheMessageView

还:

http://localhost:1430/Home/TheMessageView/{Parameter}

家是控制器。MessageView 是视图(作为 VBHTML 文件类型)。

HTML 标签及其内容:

要调用的消息保存在视图中,如下所示:

<h2>The Hello World Message Headline</h2>    
<p>This Hello World message in the paragraph here.</p>

问题:

重新制定: 目的是通过选择 HTML 标记将其缩小到首选的 HelloWorld 消息。消息要在屏幕上打印的位置。

4

1 回答 1

0

Your Question is little confusing but,

Try using

Html.Encode("MessageHtml")

And try passing it to corresponding url.

于 2012-11-03T04:44:30.320 回答