Specify value for ~remoteAppUrl in an Office add-in manifest

前端 未结 3 2169
无人共我
无人共我 2021-02-08 11:48

I\'m writing an add-in for Outlook using the new framework. The manifest in the project template uses ~remoteAppUrl to represent the location of the web files. It w

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-08 12:45

    I would like to bring the light on where the value comes from to replace the ~remoteAppUrl parameter. Add-in .csproj file contains the reference to the WebApp project:

                                                                         
      
        {57AC33A8-A364-4084-B41F-319C5DBB9FB4}                   
        OutlookWebAddIn1Web                                            
        True                                                     
        Web                                                    
        SharePointWebProjectOutput                 
        OutlookWebAddIn1Web                                    
        False                    
                                                                 
        
    

    I think it takes the URL from the WebApp .csproj file:

提交回复
热议问题