ResourceExtensions.IsExcludedFromPublish(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.
Gets a value indicating whether the resource is excluded from being published.
public static bool IsExcludedFromPublish(this Aspire.Hosting.ApplicationModel.IResource resource);
static member IsExcludedFromPublish : Aspire.Hosting.ApplicationModel.IResource -> bool
<Extension()>
Public Function IsExcludedFromPublish (resource As IResource) As Boolean
Parameters
- resource
- IResource
The resource to determine if it should be excluded from being published.