gpt4 book ai didi

c# - 从 iframe 中读取查询字符串参数

转载 作者:行者123 更新时间:2023-12-05 01:48:14 25 4
gpt4 key购买 nike

我有一个 Web 应用程序位于另一个 Web 应用程序的 iframe 中(两者都是在 ASP.NET MVC 中完成的)。

是否可以使用 C# 从 iframe 中的应用程序读取来自父 Web 应用程序的查询字符串参数?

最佳答案

您必须将要从 iframe 中的页面的父页面读取的任何数据附加到 iframe url 本身。例如:

<iframe id="yourid" src="yourpage.aspx?parentdata=whatever_data_to_be_captured">
</iframe>

现在,您必须从 iframe 页面解析 src 值以捕获数据。

这是一个技巧,据我所知,似乎没有直接的方法可以从 iframe 访问父页面数据。

关于c# - 从 iframe 中读取查询字符串参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15918480/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com