Azure中托管的ASP.Net Core Web App-自定义 [英] ASP.Net Core Web App Hosted in Azure - Customizations

查看:68
本文介绍了Azure中托管的ASP.Net Core Web App-自定义的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好-这可能是一个愚蠢的问题,可能不是正确的论坛,但是我找不到有关如何执行此操作的单个示例.而且我不敢相信我是第一个想要这样做的人...

我正在研究一个ASP.Net Core 2.1 Web应用程序,该应用程序将由客户安装到其自己的Azure租户中.一个请求是能够上传自定义徽标以及自定义条款和条件之类的功能.

有许多将文件上传到Azure博客存储的示例,这很好.我认为这对于像条款和条件"这样的情况非常有用,这种情况并不经常显示.但我担心必须为每个查询Blob存储 网页显示,因为徽标位于标题中.

是否有关于如何进行自定义UI品牌化的指南,而无需通过FTP或Kudo网站手动上传徽标?我希望客户通过应用程序本身上传徽标.是Blob Storage正确的解决方案,还是在那里 还有什么吗?我不是要构建CMS应用程序,而是要进行一些基本的自定义.

预先感谢

Phil

解决方案

  1. 页面UI定制功能.
  2. 用于将HTML内容上传到Azure Blob存储以与页面UI一起使用的工具
  3. 使用的UI元素可以使用级联样式表(CSS)进行自定义.

    参考:- https://docs.microsoft.com/zh-CN/azure/active-directory-b2c/active-directory-b2c-reference-ui-customization#the-page-ui-customization-feature




Hi all - this is probably a dumb question, and might not be the right forum, but I can't find a single example on how to do this.  And I can't believe that I'm the first person to want to do this...

I'm working on an ASP.Net Core 2.1 web application that will be installed by customers into their own Azure tenants.  One request is the ability to upload a custom logo, as well as things like custom Terms and Conditions.

There are many examples on uploading files to Azure Blog Storage, which is good; I think that will work just fine for the things like Terms and Conditions, that aren't displayed often.  But I'm concerned about having to query Blob Storage for every web page display, since the logo is in the header.

Is there any guidance on how to do custom UI branding that doesn't involve manually uploading the logo via FTP or the Kudo site?  I'd like for the customer to upload the logo via the app itself.  Is Blob Storage the correct solution, or is there something else?  I'm not looking to build a CMS application, just some basic customization.

Thanks in advance,

Phil

解决方案

Correct me if I’m wrong, are you looking for the Basic Page UI Customization? If yes, you can have a look into the following reference document. It covers the topics described below:

  1. The page UI customization feature.
  2. A tool for uploading HTML content to Azure Blob Storage for use with the page UI customization feature.
  3. The UI elements used by Azure AD B2C that you can customize using Cascading Style Sheets (CSS).

Ref:- https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-reference-ui-customization#the-page-ui-customization-feature




这篇关于Azure中托管的ASP.Net Core Web App-自定义的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆