FileValidation.IsSecureUpfilePhoto Method

HD.Common

FileValidationIsSecureUpfilePhoto Method Helper帮助文档
上传后的图片是否安全

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static bool IsSecureUpfilePhoto(
	string photoFile
)
Public Shared Function IsSecureUpfilePhoto ( 
	photoFile As String
) As Boolean
public:
static bool IsSecureUpfilePhoto(
	String^ photoFile
)
static member IsSecureUpfilePhoto : 
        photoFile : string -> bool 

Parameters

photoFile
Type: SystemString
物理地址

Return Value

Type: Boolean

[Missing <returns> documentation for "M:HD.Common.FileValidation.IsSecureUpfilePhoto(System.String)"]

See Also

Reference