Guest User

Untitled

a guest
Nov 20th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public class ResponseHeadersModel
  2. {
  3. public string ContentSecurityPolicy { get; set; }
  4. public string FrameOptions { get; set; }
  5. public string XFrameOptions { get; set; }
  6. }
Add Comment
Please, Sign In to add comment