選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

HomeController.asp 219B

8ヶ月前
123456789101112
  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.