| 
            
              WebExtensionsEmbeddedResourceExists Method
             | 
          
        
        
            Determines if specified embedded resource exists.
            
        
        Namespace: GSF.WebAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntaxpublic static bool EmbeddedResourceExists(
	string resourceName
)
Public Shared Function EmbeddedResourceExists ( 
	resourceName As String
) As Boolean
public:
static bool EmbeddedResourceExists(
	String^ resourceName
)
static member EmbeddedResourceExists : 
        resourceName : string -> bool GSF.Web.WebExtensions.EmbeddedResourceExists = function(resourceName);
 View SourceParameters
- resourceName  String
 - Fully qualified name of resource to check.
 
Return Value
Booleantrue if resource exists; otherwise, 
false.
See Also