C# Class Junior.Route.Routing.Responses.Text.CssResponse

Inheritance: ImmutableResponse
Afficher le fichier Open project: nathan-alden/junior-route

Méthodes publiques

Méthode Description
CssResponse ( Action configurationDelegate = null ) : System
CssResponse ( Encoding encoding, Action configurationDelegate = null ) : System
CssResponse ( Func content, Action configurationDelegate = null ) : System
CssResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
CssResponse ( Func content, Action configurationDelegate = null ) : System
CssResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
CssResponse ( byte content, Action configurationDelegate = null ) : System
CssResponse ( byte content, Encoding encoding, Action configurationDelegate = null ) : System
CssResponse ( string content, Action configurationDelegate = null ) : System
CssResponse ( string content, Encoding encoding, Action configurationDelegate = null ) : System

Method Details

CssResponse() public méthode

public CssResponse ( Action configurationDelegate = null ) : System
configurationDelegate Action
Résultat System

CssResponse() public méthode

public CssResponse ( Encoding encoding, Action configurationDelegate = null ) : System
encoding System.Text.Encoding
configurationDelegate Action
Résultat System

CssResponse() public méthode

public CssResponse ( Func content, Action configurationDelegate = null ) : System
content Func
configurationDelegate Action
Résultat System

CssResponse() public méthode

public CssResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
content Func
encoding System.Text.Encoding
configurationDelegate Action
Résultat System

CssResponse() public méthode

public CssResponse ( Func content, Action configurationDelegate = null ) : System
content Func
configurationDelegate Action
Résultat System

CssResponse() public méthode

public CssResponse ( Func content, Encoding encoding, Action configurationDelegate = null ) : System
content Func
encoding System.Text.Encoding
configurationDelegate Action
Résultat System

CssResponse() public méthode

public CssResponse ( byte content, Action configurationDelegate = null ) : System
content byte
configurationDelegate Action
Résultat System

CssResponse() public méthode

public CssResponse ( byte content, Encoding encoding, Action configurationDelegate = null ) : System
content byte
encoding System.Text.Encoding
configurationDelegate Action
Résultat System

CssResponse() public méthode

public CssResponse ( string content, Action configurationDelegate = null ) : System
content string
configurationDelegate Action
Résultat System

CssResponse() public méthode

public CssResponse ( string content, Encoding encoding, Action configurationDelegate = null ) : System
content string
encoding System.Text.Encoding
configurationDelegate Action
Résultat System