2
存在
我有以下命令將MIME
類型添加到IIS
使用PowerShell
PowerShell的檢查MIME在IIS
add-webconfigurationproperty //staticContent -name collection -value @{fileExtension='.xpa'; mimeType='application/octet-stream'}
我如何檢查是否MIME類型調用add-webconfigurationproperty
之前首先存在?