ManifestPublishingContext.WriteBindings(IResource) 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.
Writes endpoints to the resource entry in the manifest based on the resource's EndpointAnnotation entries in the Annotations collection.
public void WriteBindings (Aspire.Hosting.ApplicationModel.IResource resource);
member this.WriteBindings : Aspire.Hosting.ApplicationModel.IResource -> unit
Public Sub WriteBindings (resource As IResource)
Parameters
- resource
- IResource
The IResource that contains EndpointAnnotation annotations.