C# Класс PastieAPI.Pastie

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Paste() публичный статический Метод

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.
Результат string