C# Class PastieAPI.Pastie

Afficher le fichier Open project: brooklynDev/Visual-Pastie

Méthodes publiques

Méthode Description
Paste ( string code, System.Language language ) : string

Pastes the provided block of code to Pastie using the specified language. Returns the URL to the new pastie.

Method Details

Paste() public static méthode

Pastes the provided block of code to Pastie using the specified language. Returns the URL to the new pastie.
public static Paste ( string code, System.Language language ) : string
code string The code block to paste. (Note: This will automatically be encoded)
language System.Language The language of the code to paste.
Résultat string