Snipplr Snippet Structure for use with Snipplr API


/ Published in: VB.NET
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Public Structure SnipplrSnippet
  2. Public id As String
  3. Public user_id As String
  4. Public username As String
  5. Public title As String
  6. Public language As String
  7. Public comment As String
  8. Public created As String
  9. Public updated As String
  10. Public source As String
  11. Public tags As String
  12. Public snipplr_url As String
  13. End Structure

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.