Пример #1
0
    protected void Page_LoadComplete(object sender, EventArgs e)
    {
        if (Page.Request.Url.AbsolutePath.ToLower().EndsWith(".aspx"))
        {
            HTTPResponse.PermamentlyMoved301(Context, "/community");
        }

        Master.HTMLTitle       = PageTitle.GetCommunityTitle();
        Master.MetaDescription = "Live mobile video broadcasting networking";
        Master.MetaKeywords    = "Live mobile video, live video, mobile video, Live, live, mobile phone, mobile, phone,social, social networking";
    }