IWebMatrixHost.ApplyPathProtection 方法

适用于版本2

将一组 IProtectPathInfo 规则应用于站点的文件。

命名空间:  Microsoft.WebMatrix.Extensibility
程序集:  Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)

语法

声明
Sub ApplyPathProtection ( _
    protectPathInfos As IEnumerable(Of IProtectPathInfo) _
)
用法
Dim instance As IWebMatrixHost 
Dim protectPathInfos As IEnumerable(Of IProtectPathInfo)

instance.ApplyPathProtection(protectPathInfos)
void ApplyPathProtection(
    IEnumerable<IProtectPathInfo> protectPathInfos
)
void ApplyPathProtection(
    IEnumerable<IProtectPathInfo^>^ protectPathInfos
)
abstract ApplyPathProtection : 
        protectPathInfos:IEnumerable<IProtectPathInfo> -> unit
function ApplyPathProtection(
    protectPathInfos : IEnumerable<IProtectPathInfo>
)

参数

注释

重置任何现成的保护。

请参阅

参考

IWebMatrixHost 接口

Microsoft.WebMatrix.Extensibility 命名空间