ValidatorHelperIsUrl 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 IsUrl( string source )
Public Shared Function IsUrl ( source As String ) As Boolean
public: static bool IsUrl( String^ source )
static member IsUrl : source : string -> bool
Parameters
- source
- Type: SystemString
[Missing <param name="source"/> documentation for "M:HD.Common.ValidatorHelper.IsUrl(System.String)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.ValidatorHelper.IsUrl(System.String)"]
See Also