Méthode | Description | |
---|---|---|
Decode ( string ubbCode, bool withNoFollow = true ) : string |
解析Ubb代码为Html代码
|
Méthode | Description | |
---|---|---|
DecodeAlign ( string ubb ) : string | ||
DecodeBlank ( string ubb ) : string | ||
DecodeColor ( string ubb ) : string | ||
DecodeFont ( string ubb ) : string | ||
DecodeHeading ( string ubb ) : string | ||
DecodeImage ( string ubb ) : string | ||
DecodeLinks ( string ubb ) : string | ||
DecodeLinksWithNoFollow ( string ubb ) : string | ||
DecodeList ( string ubb ) : string | ||
DecodeQuote ( string ubb ) : string | ||
DecodeStyle ( string ubb ) : string |
public static Decode ( string ubbCode, bool withNoFollow = true ) : string | ||
ubbCode | string | Ubb代码 |
withNoFollow | bool | a标签是否不生成NoFollow,默认为true |
Résultat | string |