| UrlVirtualFormatMatch Method |
URL格式化时的替换规则
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxprotected virtual string FormatMatch(
Match m
)
Protected Overridable Function FormatMatch (
m As Match
) As String
protected:
virtual String^ FormatMatch(
Match^ m
)
abstract FormatMatch :
m : Match -> string
override FormatMatch :
m : Match -> string Parameters
- m
- Type: System.Text.RegularExpressionsMatch
匹配
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.Web.UrlVirtual.FormatMatch(System.Text.RegularExpressions.Match)"]
See Also