ValidatorHelperHasUrl Method | Helper帮助文档 |
[Missing <summary> documentation for "M:HD.Common.ValidatorHelper.HasUrl(System.String)"]
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool HasUrl( string source )
Public Shared Function HasUrl ( source As String ) As Boolean
public: static bool HasUrl( String^ source )
static member HasUrl : source : string -> bool
Parameters
- source
- Type: SystemString
[Missing <param name="source"/> documentation for "M:HD.Common.ValidatorHelper.HasUrl(System.String)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.ValidatorHelper.HasUrl(System.String)"]
See Also