Skip to content
This repository was archived by the owner on Dec 14, 2020. It is now read-only.

Simulate the "Application_Start" of a Global.asax file within a Sharepoint project.

Notifications You must be signed in to change notification settings

dochoffiday/Sharepoint.Startup

Repository files navigation

Sharepoint.Startup

Simulate the "Application_Start" of a Global.asax file within a Sharepoint project.

"Application_Start"

Within the main master page, run the "Start" method of Sharepoint.Startup and include code you want to be run when the application starts.

Sharepoint.Startup.Application.Start(() =>
{
    // todo: add code here that you want to run when the application starts
});

About

Simulate the "Application_Start" of a Global.asax file within a Sharepoint project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published