Skip to content

Add link to new added Using Server docsΒ #984

@DevTKSS

Description

@DevTKSS

Type of request πŸ“‹

Request - I need documentation on something

On which page? (if applicable) πŸ“„

## Integration with ASP.NET Core
ASP.NET Core hosting is supported through the `Uno.Wasm.Bootstrap.Server` package.
In order to host an Uno Platform App, you'll need to the following:
- Create an `ASP.NET Core Web API` project (call it `MyApp.Server`). You may need to disable swagger for the `index.html` to be served properly.
- Add a NuGet reference to `Uno.Wasm.Bootstrap.Server`
- In your `Program.cs` startup, add the following to setup your `WebApplication` instance:
```csharp
using Uno.Wasm.Bootstrap.Server;
...
app.UseUnoFrameworkFiles();
app.MapFallbackToFile("index.html");
```
- Add a project reference to the `Wasm` project
- Build and deploy `MyApp.Server`

What's the issue or what would you like clarification on? πŸ€”

on the linked Page would be a link to the new added Using Server Project good for completing the lookup flow πŸ‘
its having this xref:Uno.Guides.UsingTheServerProject

No "Issue" by that, just enhancement for completion

Concern πŸ“š

Getting started with Uno πŸš€

Renderer 🎨

  • Skia
  • Native

Affected platforms πŸ“±πŸ’»πŸ–₯️

No response

Any feedback? πŸ’¬

currently I do not have a clone of this here and busy on my own Project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions