c# - Parsing a variable through a URL in HTML -


I have analyzed two variables in HTML as a link to another HTML page in HTML page through a URL in the URL:

  & lt; A href = "customer.cshtml?seat_ro = @ item.set_rose?seat_number =@item.Seat_No" & gt; & Lt; / A & gt;  

There are two variables in Seat_Oro and Seat_Number.

Now I would like to display customer.cshtml inside these paragraph tags.

  "http: // localhost: 2368 / client.cshtml?seat_ro = a?seat_number = 2"  
when displaying the URL

So I can see that the variables are parsing, though I do not know how it appears on the actual page?

Thanks


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -