将 ASPX 页面嵌入 ASCX 控件中?
是否可以将 ASPX 页面嵌入到 ASCX 控件中?
Is it possible to embed an ASPX page into an ASCX control?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以将 ASPX 页面嵌入到 ASCX 控件中?
Is it possible to embed an ASPX page into an ASCX control?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
不,
这有点像在乘客座位上建造一辆汽车。
-- 编辑:
要明确的是,您可能会考虑各种方式来获取内容(例如实际请求内容),然后将其包含在 ASCX 控件中,但总的来说,这是一种相当“落后”的方法。你想做什么?
No.
That would be a bit like building a car into the passenger seat.
-- Edit:
To be clear, you could potentially consider various ways of grabbing the content (such as actually requesting it) and then including it in your ASCX control, but it would, in general, but a quite "backwards" approach. What are you trying to do?
其实用iframe就可以实现。
.ascx控制代码:
Iframe有指向aspx页面的链接。
您还需要调整 iframe 的大小以适合 ascx 控件中的 aspx:
It is actually possible with iframe.
.ascx control code:
Iframe there links to aspx page.
You would also need to resize iframe to fit your aspx in ascx control: