コード例 #1
0
        public bool Delete()
        {
            string virtualPath = Alias;

            return(Bundles.DeleteBundle(BundleType, virtualPath));
        }