BucketFileSystemLocatorBucketName Property |
Version 130.1.90
Bucket name. Not passing a `bucketName` will retrieve the default Bucket. (https://developer.mozilla.org/en-US/docs/Web/API/Storage_API#storage_buckets)
Namespace: CefSharp.DevTools.FileSystemAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string BucketName { get; set; }
public:
property String^ BucketName {
String^ get ();
void set (String^ value);
}
Property Value
StringSee Also