게시판
      
상위분류 : 잡필방 중위분류 : 서류가방 하위분류 : 전산과 컴퓨터
작성자 : 문시형 작성일 : 2019-11-12 조회수 : 3,850
제 목 : asp.net Mvc Url 이동
@{
    Layout = null;
}
 
<!DOCTYPE html>
 
<html>
<head>
    <meta name="viewport" content="width=device-width"/>
    <title>Index</title>
</head>
<body>
    <input type="button" value="Open" onclick="window.open('@Url.Action("About""Home")')"/>
</body>
</html>

| | 목록으로