IWebMatrixHost.ApplyPathProtection Método
Lo siguiente se aplica a v2.
Aplica un conjunto de reglas de IProtectPathInfo a los archivos del sitio web.
Espacio de nombres: Microsoft.WebMatrix.Extensibility
Ensamblado: Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Sintaxis
'Declaración
Sub ApplyPathProtection ( _
protectPathInfos As IEnumerable(Of IProtectPathInfo) _
)
'Uso
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>
)
Parámetros
protectPathInfos
Tipo: System.Collections.Generic.IEnumerable<IProtectPathInfo>Conjunto de reglas que se debe aplicar.
Comentarios
Restablece la protección vigente.