HttpRuntime.BinDirectory 属性
定义
获取当前应用程序的 /bin 目录的物理路径。Gets the physical path to the /bin directory for the current application.
public:
static property System::String ^ BinDirectory { System::String ^ get(); };
public static string BinDirectory { get; }
member this.BinDirectory : string
Public Shared ReadOnly Property BinDirectory As String
属性值
当前应用程序的 /bin 目录的路径。The path to the current application's /bin directory.