指定网站中的文件所支持的属性。
命名空间: VsWebSite
程序集: VsWebSite.Interop(在 VsWebSite.Interop.dll 中)
语法
声明
<GuidAttribute("51B867E4-CD7E-4FF6-93AA-CA151E36351F")> _
Public Interface WebFileProperties
[GuidAttribute("51B867E4-CD7E-4FF6-93AA-CA151E36351F")]
public interface WebFileProperties
[GuidAttribute(L"51B867E4-CD7E-4FF6-93AA-CA151E36351F")]
public interface class WebFileProperties
[<GuidAttribute("51B867E4-CD7E-4FF6-93AA-CA151E36351F")>]
type WebFileProperties = interface end
public interface WebFileProperties
WebFileProperties 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
__id | 基础结构。获取默认属性。 |
![]() |
AutoRefreshPath | 获取或设置网站 Bin 程序集的自动刷新路径。 |
![]() |
Extender | 获取扩展的 Web 文件属性。 |
![]() |
ExtenderCATID | 获取对象扩展分类 ID(CATID)。 |
![]() |
ExtenderNames | 获取此对象的可用 Extender 的列表。 |
![]() |
Extension | 获取该文件的文件扩展名。 |
![]() |
FileName | 获取或设置文件的名称,包括文件扩展名。 |
![]() |
FullPath | 获取本地文件副本的完整路径。 |
![]() |
RelativeURL | 获取文件相对于网站根目录的 URL。 |
![]() |
URL | 获取文件的 URL。 |
页首
备注
WebFileProperties 可从文件的 Properties 集合中访问。