수색…


App.Config의 값

<asp:Literal runat="server" text="<%$ AppSettings:MyAppSettingName %>"/>

평가 된 표현

<div>
  The time is now <%= DateTime.Now.ToString() %>
</div>

ASP 마크 업 내의 코드 블록

<div>
    <form id="form1" runat="server">
        <% 
            for (int i = 1; i <= 10; j++)
            {
                Response.Write(i) + " ";
            }
        %>
    </form>
<div>


Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow