C# Class StaticContentHosting.Web.MvcApplication

Inheritance: System.Web.HttpApplication
Mostra file Open project: mspnp/cloud-design-patterns

Protected Methods

Method Description
Application_Start ( ) : void

Private Methods

Method Description
DeployStaticContent ( ) : void

Deploy static content to the storage account setup for static content

UploadFolder ( string folderName, Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer container ) : void

Upload the files in the folder

Method Details

Application_Start() protected method

protected Application_Start ( ) : void
return void