Recherche…
Valeur de App.Config
<asp:Literal runat="server" text="<%$ AppSettings:MyAppSettingName %>"/>
Expression évaluée
<div>
The time is now <%= DateTime.Now.ToString() %>
</div>
Bloc de code dans le balisage 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
Sous licence CC BY-SA 3.0
Non affilié à Stack Overflow