WebApplication.Run(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Runs an application and block the calling thread until host shutdown.
public void Run (string? url = default);
member this.Run : string -> unit
Public Sub Run (Optional url As String = Nothing)
Parameters
- url
- String
The URL to listen to if the server hasn't been configured directly.