How to use the Url.Action
method in the iframe
src
attribute. Like
<iframe src = '<%=Url.Action("HelloWorld", "myController");%>' width = "100%" height="1000" frameBorder="0"></iframe>
But its not working properly. Its saying that the requested content is not available.
Please help me
Using ASP.NET engine
Using razor engine.