25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

12 satır
219B

  1. <% Option Explicit %>
  2. <!--#include file="../../include_all.asp"-->
  3. <%
  4. Class HomeController
  5. Public Sub Index
  6. %> <!--#include file="../../Views/Home/Index.asp"--> <%
  7. End Sub
  8. End Class
  9. MVC.Dispatch
  10. %>

Powered by TurnKey Linux.