Skip to content

Instantly share code, notes, and snippets.

@sankaran1984
Created December 8, 2016 18:37
Visualforce - Beyond Basics
public class testcls8_08122016 {
public string PageName { get; set;}
public testcls8_08122016() {
PageName = 'Page1';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment