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); }
public static string applicationPath(this API_Azure_via_WebREPL apiAzure) { return(apiAzure.propertyValues_Object("System.Web.HttpContext.Current.Request") ["PhysicalApplicationPath"]); }