简体   繁体   English

Azure移动应用家庭控制器

[英]Azure Mobile App Home controller

Using a Azure Mobile Server project (not services), how do I replace the default blue home page of the app? 使用Azure Mobile Server项目(而不是服务),如何替换应用程序的默认蓝色主页? (the one with " This mobile service is up and running ") (带有“ 此移动服务正在运行 ”的那个)

I'm talking this kind of app: https://azure.microsoft.com/blog/2015/07/17/updates-to-the-mobile-apps-server-sdk/ 我正在谈论这种应用程序: https//azure.microsoft.com/blog/2015/07/17/updates-to-the-mobile-apps-server-sdk/

I tried this package: https://www.nuget.org/packages/Microsoft.Azure.Mobile.Server.Home/ , but there's is no documentation at all. 我试过这个软件包: https//www.nuget.org/packages/Microsoft.Azure.Mobile.Server.Home/ ,但根本没有文档。

I'm trying to get a project that can run Web API , Azure Mobile Server and default Controllers all together. 我正在尝试获得一个可以同时运行Web APIAzure Mobile Server默认控制器的项目

This blogpost might be a hint. 这篇博文可能是一个暗示。

It details how to config the Mobile App and mentions a extension method AddMobileAppHomeController() that appears to be part of the UseDefaultConfiguration() method. 它详细介绍了如何配置移动应用程序,并提到了一个扩展方法AddMobileAppHomeController() ,它似乎是UseDefaultConfiguration()方法的一部分。

I guess you can eliminate this from you configuration and a 我想你可以从你的配置和a中消除这一点

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM