C# 클래스 PastieAPI.Pastie

파일 보기 프로젝트 열기: brooklynDev/Visual-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