Brnkly.Raven.Admin.BrnklyRavenAreaRegistration.RegisterArea C# (CSharp) Метод

RegisterArea() публичный Метод

public RegisterArea ( System.Web.Mvc.AreaRegistrationContext context ) : void
context System.Web.Mvc.AreaRegistrationContext
Результат void
        public override void RegisterArea(AreaRegistrationContext context)
        {
            this.RegisterMvcRoutes(context);
            this.RegisterApiRoutes();
            this.RegisterBundles();
            this.ConfigureAutoMapper();
        }