Class BlobStaticWebsite
The properties that enable an account to host a static website
Namespace: Azure.Storage.Blobs.Models
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobStaticWebsite
Properties
Enabled
Indicates whether this account is hosting a static website
Declaration
public bool Enabled { get; set; }
Property Value
Boolean
|
ErrorDocument404Path
The absolute path of the custom 404 page
Declaration
public string ErrorDocument404Path { get; set; }
Property Value
String
|
IndexDocument
The default name of the index page under each directory
Declaration
public string IndexDocument { get; set; }
Property Value
String
|