Click or drag to resize

WebExtensionsEmbeddedResourceExists Method

Determines if specified embedded resource exists.

Namespace: GSF.Web
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static bool EmbeddedResourceExists(
	string resourceName
)
View Source

Parameters

resourceName  String
Fully qualified name of resource to check.

Return Value

Boolean
true if resource exists; otherwise, false.
See Also