Пример #1
0
 /// <summary>
 /// ___s the get user date. 获取 用户信息来自 主站 配置信息在 BlogConfig.config 配置节 GetUserDateUrl 配置
 /// </summary>
 /// <param name="PeopleDate">The people date.</param>
 /// <param name="userid">The userid.</param>
 /// <returns></returns>
 public static string ___GetUserDate(string PeopleDate, string userid)
 {
     return(UserControlBlogPage.___GetUserDate(PeopleDate, userid));
 }
Пример #2
0
 /// <summary>
 /// ___s the get blog value. 获取博客 xml 信息
 /// </summary>
 /// <param name="user_id">The user_id.</param>
 /// <param name="name">The name.</param>
 /// <returns></returns>
 public static string ___GetBlogValue(string user_id, string name)
 {
     return(UserControlBlogPage.___GetBlogValue(user_id, name));
 }
Пример #3
0
 /// <summary>
 /// ___s the get config value. 获取  BlogConfig.config 配置节信息
 /// </summary>
 /// <param name="name">The name.</param>
 /// <returns></returns>
 public static string ___GetConfigValue(string name)
 {
     return(UserControlBlogPage.___GetConfigValue(name));
 }