Response.ContentType =“text / x-vcalendar”

时间:2009-04-28 15:35:15

标签: vcalendar

我正在尝试生成vCalendar但我收到错误“在此上下文中无法响应”

在Response.ContentType =“text / x-vcalendar”。

我正在使用vb.net,1.1框架。

有什么想法吗?

-MIthil

1 个答案:

答案 0 :(得分:0)

如果您的代码包含在课程中,则可能无法访问“响应”。您可以尝试使用HttpContext.Current.Response.ContentType。