BlobServiceStaticWebsite.ErrorDocument404Path Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The absolute path to a webpage that Azure Storage serves for requests that don't correspond to an existing file. The contents of the page are returned with HTTP 404 Not Found. Only a single custom 404 page is supported in each static website.
public string ErrorDocument404Path { get; set; }
member this.ErrorDocument404Path : string with get, set
Public Property ErrorDocument404Path As String