Method | 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.
|
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. |
return | string |