10 lines
127 B
Plaintext
10 lines
127 B
Plaintext
|
|
@{
|
|
ViewBag.Title = "areabefore";
|
|
}
|
|
|
|
<script type="text/javascript">
|
|
window.open("@Url.Action("area")");
|
|
</script>
|
|
|