Share via


ResourceExtensions.IsExcludedFromPublish(IResource) Method

Definition

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.

Returns

Applies to