ApplicationResourceType Enum

Definition

Specifies where an application resource file is deployed on the server.

public enum class ApplicationResourceType
public enum ApplicationResourceType
type ApplicationResourceType = 
Public Enum ApplicationResourceType
Inheritance
ApplicationResourceType

Fields

AppGlobalResourceFile 0

The application resource file is deployed to the server's App_GlobalResources folder.

ApplicationResourceFile 1

The application resource file is deployed to the server's Resources folder.

Applies to