示例#1
0
        public static Dictionary <string, string> view_Object(this API_Azure_via_WebREPL apiAzure, string objectValue)
        {
            var values = apiAzure.propertyValues_Object(objectValue);

            values.show_In_ListView()
            .title(objectValue)
            .parentForm();
            return(values);
        }
示例#2
0
 public static string applicationPath(this API_Azure_via_WebREPL apiAzure)
 {
     return(apiAzure.propertyValues_Object("System.Web.HttpContext.Current.Request")
            ["PhysicalApplicationPath"]);
 }