Activity Forums Salesforce® Discussions What is a Visualforce Page in Salesforce?

  • shariq

    Member
    September 23, 2018 at 6:36 am

    Visualforce is the new markup language from salesforce, by using which, We can render the standard styles of salesforce. We can still use HTML here in Visualforce. Each visualforce tag always begins with “apex” namespace. All the design part can be acomplished by using Visualforce Markup Language and the business logic can be written in custom controllers associated with the Page.

  • Parul

    Member
    September 23, 2018 at 8:35 am

    Visualforce pages are webpages that belong to Salesforce. These webpages are created using a unique tag-based Mark-up language. It is similar to HTML but it's primary use is to access, display and update the organization’s data. The page is accessed by using a URL similar to that of a traditional webserver page.

    Each tag in visual force language corresponds to some user interface component like section of a page, a list view or a field of an object. Interestingly, it can be easily mixed up with HTML markup, CSS style and Java libraries, etc.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos