C# Class System.ExtensionMethods

Afficher le fichier Open project: simonray/ContosoUniversity.vNext

Méthodes publiques

Méthode Description
Contains ( this @this, string value, System.StringComparison comparisonType ) : bool
IsAjaxRequest ( this @this ) : bool
SplitCamelCase ( this @this ) : string

Method Details

Contains() public static méthode

public static Contains ( this @this, string value, System.StringComparison comparisonType ) : bool
@this this
value string
comparisonType System.StringComparison
Résultat bool

IsAjaxRequest() public static méthode

public static IsAjaxRequest ( this @this ) : bool
@this this
Résultat bool

SplitCamelCase() public static méthode

public static SplitCamelCase ( this @this ) : string
@this this
Résultat string