Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class OSBrowserPropertyNameFactory

Gets list of operating system along with User Agent.

Inheritance
System.Object
OSBrowserPropertyNameFactory
Implements
Namespace: EPiServer.VisitorGroupsCriteriaPack
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
public class OSBrowserPropertyNameFactory : Object, ISelectionFactory

Constructors

OSBrowserPropertyNameFactory()

Declaration
public OSBrowserPropertyNameFactory()

Methods

GetSelectListItems(Type)

Gets list of operating system along with User Agent

Declaration
public IEnumerable<SelectListItem> GetSelectListItems(Type property)
Parameters
Type Name Description
System.Type property

The property type.

Returns
Type Description
System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.Rendering.SelectListItem>

Implements

Extension Methods