我正在按需使用 webtab 如何在内容 URL 中传递动态值?我在后面的代码中使用了以下内容,但它不起作用
WebTab.Tabs[0].ContentUrl = string.Format("{0}/AgreementTabContent/Summary.aspx?Id={1}&RegardingId={2}", ConfigurationManager.AppSettings["Path"], Request.QueryString["Id"], Request.QueryString["RegardingId"]);
我的 aspx 页面有
<ig:WebTab ID="WebTab" runat="server" Width="100%" StyleSetName="Claymation" >
<tabs>
<ig:ContentTabItem Key="Summary" runat="server" Text="Summary"
</ig:ContentTabItem>